Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yorkie/node-ifconfig

ifconfig port for nodejs
https://github.com/yorkie/node-ifconfig

Last synced: about 2 months ago
JSON representation

ifconfig port for nodejs

Awesome Lists containing this project

README

        

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