ifconfig
v0.0.1
Published
ifconfig port for nodejs
Readme
node-ifconfig
ifconfig port for nodejs
Installation
$ npm install ifconfigUsage
var ifconfig = require('ifconfig');
ifconfig(function(err, configs) {
// here you could access configs
});License
MIT
