network-interface
Operating system network-related library for Node.js is used to obtain hardware status and network environment changes, etc.
Introduction
The goal of this project is to provide a library that can be used by Node.js so that we can accurately obtain the current computer network status and support the integrated use of frameworks like Electron. At this stage, only some APIs of wlanapi and netlistmgr are wrapped.
More cases
- https://paradite.com/2016/09/28/my-experience-building-progressive-web-app-pwa
- https://github.com/electron/electron/issues/11290
Installment
$ npm i network-interface --save
Usage
const networkInterface = ; networkInterface;
Future plan
Only supports windows platform? Because I don’t need to solve the problems of other platforms, others may be supported in the future, and hope you can give some contributions.
License
The MIT License (MIT)