nat-stream

1.0.0-alpha • Public • Published

nat-stream

Installation

weexpack plugin add nat-stream
npm install natjs --save

Usage

Use in weex project (.vue/.we)

<script>
import Nat from 'natjs'
 
Nat.fetch('http://domain.com/api', {
    method: 'GET',
    type: 'json'
}, (err, ret) => {
    console.log(ret)
})
 
</script> 

See the Nat Documentation for more details.

Package Sidebar

Install

npm i nat-stream

Weekly Downloads

0

Version

1.0.0-alpha

License

MIT

Unpacked Size

68.3 MB

Total Files

838

Last publish

Collaborators

  • natjs