Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bencevans/huawei-mifi

📶 Gather stats from Huawei MiFi Device
https://github.com/bencevans/huawei-mifi

huawei internet-of-things mifi mobile three

Last synced: 23 days ago
JSON representation

📶 Gather stats from Huawei MiFi Device

Awesome Lists containing this project

README

        

# huawei-mifi

> Gather stats from Huawei MiFi Device

## install

$ npm install huawei-mifi

## example

```js
const Mifi = require('huawei-mifi')

const mifi = new Mifi('192.168.8.1')

await mifi.authenticate()
console.log('status:', await mifi.status())
console.log('traffic stats:', await mifi.traffic())
console.log('notifications:', await mifi.notifications())
```

## licence

MIT