nva-api
0.0.5 • Public • Published NVA API

yet another fetch adapter
Install
npm install nva-api --save
Useage
import api from 'nva-api'
api.get("http://example.com",{q:'search'}).then(ret=>{
console.log('ret',ret)
})
Todo
- fix some unknow bugs
- add more api documents
License
MIT License
Package Sidebar
Install
Weekly Downloads