apple-device-info

1.0.1 • Public • Published

Apple Device Info 🍎📱

Get information and specifications of Apple devices with this npm package.


How to install


npm i apple-device-info

How to use


const AppleDeviceInfo = require('apple-device-info);
or
import AppleDeviceInfo from 'apple-device-info';


And then,

const iphoneSE2020 = AppleDeviceInfo.getIphoneDetails('iPhoneSE2020', 'A2296');

Index :

Supported devices:

  1. iPhoneSE2020
  • models A2296

Made with ♥️ Manoj Satishkumar

Package Sidebar

Install

npm i apple-device-info

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

2.63 kB

Total Files

3

Last publish

Collaborators

  • manoj_satishkumar