Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wmzy/node-wretch
wretch polyfills for node.js
https://github.com/wmzy/node-wretch
ajax fetch request wretch
Last synced: 12 days ago
JSON representation
wretch polyfills for node.js
- Host: GitHub
- URL: https://github.com/wmzy/node-wretch
- Owner: wmzy
- Created: 2017-12-05T10:36:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T10:36:38.000Z (about 7 years ago)
- Last Synced: 2024-04-29T06:02:59.638Z (8 months ago)
- Topics: ajax, fetch, request, wretch
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-wretch
> [wretch](https://github.com/elbywan/wretch) polyfills for node.js## Install
```bash
npm i node-wretch
```## Usage
```javascript
const wretch = require('node-wretch');```
## More Info
> See [wretch](https://github.com/elbywan/wretch)