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

https://github.com/natjs/weex-nat-device-network


https://github.com/natjs/weex-nat-device-network

app device mobile nat network weex weex-plugin

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# nat-device-network

- [Documentation](http://natjs.com/#/reference/device/network)
- [Github](https://github.com/natjs/weex-nat-device-network)

## Installation
```
weexpack plugin add nat-device-network
```

```
npm install natjs --save
```

## Usage

Use in weex project (`.vue`/`.we`)

```html

import Nat from 'natjs'

// get network status
Nat.network.status((err, ret) => {
console.log(ret)
})

```

See the Nat [Documentation](http://natjs.com/) for more details.