# node-ifconfig **Repository Path**: mirrors_yorkie/node-ifconfig ## Basic Information - **Project Name**: node-ifconfig - **Description**: ifconfig port for nodejs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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