network-type

Get the network type.


Keywords
network, type, detect, bluetooth, cellular, ethernet, none, wifi, wimax, other, unknown
License
MIT
Install
npm install network-type@1.0.0

Documentation

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