1.0.1 • Published 6 years ago
curl-fetch v1.0.1
curl-fetch
fetch style wrapper for request-curl by @unreleased.
Installation
1) 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