IEEE OUI database as JSON
npm install oui-data> IEEE OUI database as JSON
The module exports a JSON file. Depending on your environment you may need to use import attributes, import assertions or nothing at all.
``js
import ouiData from "oui-data" with {type: "json"};
console.log(ouiData["203706"]);
//=> Cisco Systems, Inc
//=> 80 West Tasman Drive
//=> San Jose CA 94568
//=> United States
``
© silverwind, distributed under BSD licence