Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

logo


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.