A list of NFC phones and tablets.
See Demo here.
The nfc-phones-list package can be installed through npm:
npm install nfc-phones-list --saveOr through Bower:
bower install nfc-phones-list --saveAlternatively, the following files are available in the dist directory:
nfcList.jsonJSON formated and indented nfc phones and tablets list.nfcList.min.jsonJSON minified nfc phones and tablets list.
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 manufacturermodel- Device nameOS- Device operating systemsserials- Device serial(s)category- Device category [phone, tablet, smartwear]release- Device release date (timestamp)
{
"manufacturer": "Samsung",
"model": "Galaxy S4",
"OS": ["Android"],
"serials": ["SPH-L720ZWRBST", "SCH-I545ZBAVZW]"],
"category": "phone",
"release": 1366927200000
},