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