UNPKG

ifconfig

Version:
21 lines (16 loc) 259 B
node-ifconfig ==================== ifconfig port for nodejs ### Installation ```sh $ npm install ifconfig ``` ### Usage ```js var ifconfig = require('ifconfig'); ifconfig(function(err, configs) { // here you could access configs }); ``` ### License MIT