UNPKG
ifconfig
Version:
latest (0.0.1)
0.0.1
0.0.0
ifconfig port for nodejs
github.com/yorkie/node-ifconfig
yorkie/node-ifconfig
ifconfig
/
README.md
21 lines
(16 loc)
•
259 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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