Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali322/nva-api
yet another fetch adapter
https://github.com/ali322/nva-api
http-client
Last synced: 10 days ago
JSON representation
yet another fetch adapter
- Host: GitHub
- URL: https://github.com/ali322/nva-api
- Owner: ali322
- Created: 2016-12-06T06:18:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-06T08:41:24.000Z (almost 8 years ago)
- Last Synced: 2024-10-11T09:14:41.531Z (about 1 month ago)
- Topics: http-client
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NVA API [![npm version](https://badge.fury.io/js/nva-api.svg)](https://badge.fury.io/js/nva-api)
===
[![NPM](https://nodei.co/npm/nva-api.png)](https://nodei.co/npm/nva-api/)yet another fetch adapter
Install
===```javascript
npm install nva-api --save
```Useage
===```javascript
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](http://en.wikipedia.org/wiki/MIT_License)