network-type

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i network-type

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hemanth