Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gypsydangerous/fetchio-js
node-fetch wrapper with error handling and content type parsing
https://github.com/gypsydangerous/fetchio-js
Last synced: 21 days ago
JSON representation
node-fetch wrapper with error handling and content type parsing
- Host: GitHub
- URL: https://github.com/gypsydangerous/fetchio-js
- Owner: GypsyDangerous
- License: mit
- Created: 2020-09-09T13:28:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T22:34:36.000Z (over 4 years ago)
- Last Synced: 2024-05-23T10:04:34.182Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Fetchio.js
An easy to use Node Fetch wrapper
## 🤔 Why Fetchio or Node Fetch
Fetchio makes it easier for you to make http requests by checking the content type and other headers of the response from node fetch. It will then parse the response body for you based on the content specified in the response and handle any errors that could occur.