0.1.2 • Published 10 years ago

nfc-phones-list v0.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

NFC Phones List

A list of NFC phones and tablets.

Demo

See Demo here.

Installation

The nfc-phones-list package can be installed through npm:

npm install nfc-phones-list --save

Or through Bower:

bower install nfc-phones-list --save

Alternatively, the following files are available in the dist directory:

  • nfcList.json JSON formated and indented nfc phones and tablets list.
  • nfcList.min.json JSON minified nfc phones and tablets list.

Data

The data directory contains lists of phones and tablets in JSON files.

Each file contains an array of devices for a manufacturer. A device is defined by:

  • manufacturer - Device manufacturer
  • model - Device name
  • OS - Device operating systems
  • serials - Device serial(s)
  • category - Device category phone, tablet, smartwear
  • release - Device release date (timestamp)

Example

    {
        "manufacturer": "Samsung",
        "model": "Galaxy S4",
        "OS": ["Android"],
        "serials": ["SPH-L720ZWRBST", "SCH-I545ZBAVZW]"],
        "category": "phone",
        "release": 1366927200000
    },

License

MIT

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago