curl-fetch
v1.0.1
Published
Fetch style wrapper around request-curl
Readme
curl-fetch
fetch style wrapper for request-curl by @unreleased.
Installation
yarn add curl-fetch
Usage
const Fetch = require("curl-fetch");
const {fetch} = new Fetch();For detailed documentation, please refer to the request-curl (click) documentation. This is purely a "helper" wrapper as a semi-drop-in replacement for node-fetch.
Credits:
- Conor (https://twitter.com/unreleased): Maker of
request-curl
