Giter Site home page Giter Site logo

macmodels's Introduction

MacModels

A list of Mac devices with easy-to-use API.

This project is using MacModelDump's code for the internal Apple Support website scraper, to power the fetching of devices from the web.

Installation

You are really adviced to use the branch: "master" way of resolving the version, because each time you refetch your dependencies, this package might get updated, and with that update an updated local list of models will be there, which allows for you to not constantly check for the version and update it yourselves.

API

The API is pretty simple, you can fetch all devices from the web by using MacModels.getAllDevicesOnline(), and getting a specific model by using MacModels.getDeviceOnline(by:). You can also do this locally by using MacModels.getAllDevicesLocally() and MacModels.getDeviceLocally(by:) respectively. There is also a preffered method of retrieving a specific device, which is MacModels.getDevice(by:), because it is utilizing the online list only when the device is not found locally, which results in less internet usage.

Note that the web APIs are async, so you can use them only in an async environment.

macmodels's People

Contributors

ggoraa avatar

Stargazers

Murad Aliomarov avatar Alex Sherbakov avatar  avatar

macmodels's Issues

Implement fetching devices from the web

This feature will be very useful for situations when new devices are released, and apps (such as Moc) should be updated just to properly support them, because the device list is local

Implementation

Just steal borrow some code from MacModelDump, do some upgrades and reworking, and that will be it

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.