Awesome
oui-data
IEEE OUI database as JSON
Example
The module exports a JSON file. Depending on your environment you may need to use import attributes, import assertions or nothing at all.
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