1.0.0 • Published 3 years ago

apple-serial v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

apple-serial

Search for Apple serial numbers

Install

Global

npm install -g apple-serial

Package

npm install --save apple-serial

Usage

CLI

apple-serial mac XXXXXXX
apple-serial ipad XXXXXXX

Programmatically

const appleSerialSearch = require('apple-serial');

appleSerialSearch('mac', 'XXXXXXX').then(console.log);
appleSerialSearch('ipad', 'XXXXXXX').then(console.log);

TypeScript

Type definitions are included.

License

MIT