nat-network-transfer

0.1.2 • Public • Published

nat-network-transfer

Installation

weexpack plugin add nat-network-transfer
npm install natjs --save

Usage

Use in weex file (.we)

<script>
import 'Nat' from 'natjs'
 
Nat.download({
    url: 'http://domain.com/file'
})
 
Nat.upload({
    url: 'http://domain.com/upload',
    path: 'filepath'
})
 
</script> 

See the Nat Documentation for more details.

Package Sidebar

Install

npm i nat-network-transfer

Weekly Downloads

0

Version

0.1.2

License

MIT

Last publish

Collaborators

  • natjs