Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yorkie/node-ifconfig
- Owner: yorkie
- Created: 2014-05-11T09:35:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-11T09:43:09.000Z (over 10 years ago)
- Last Synced: 2024-10-05T01:09:56.405Z (2 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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