# 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)