nat-device-network
v1.0.0-alpha.1
Published
Nat.js module for weex: Device Network
Downloads
4
Maintainers
Readme
nat-device-network
Installation
weexpack plugin add nat-device-networknpm install natjs --saveUsage
Use in weex project (.vue/.we)
<script>
import Nat from 'natjs'
// get network status
Nat.network.status((err, ret) => {
console.log(ret)
})
</script>See the Nat Documentation for more details.
