network-type
v1.0.0
Published
Get the network type.
Downloads
6
Maintainers
Readme
network-type
Get the network type.
Install
$ npm install --save network-type
Usage
const networkType = require('network-type');
networkType();
//=> { type: 'UMTS', version: '3G', downlinkMax: '2' }
Type would be on of the:
bluetooth
cellular
ethernet
none
wifi
wimax
other
unknown
License
MIT © Hemanth.HM