From bb9c92b036712ba2b81156c4c597c61d571d3b12 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 24 May 2020 00:23:12 -0400 Subject: [PATCH] Add Fetch API wrapper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ec1bfd1..8880d85 100644 --- a/README.md +++ b/README.md @@ -534,6 +534,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## API +* [FarFetch](https://github.com/WebsiteBeaver/far-fetch) - Modern Fetch API wrapper for simplicity. * [axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js. * [bottleneck](https://github.com/SGrondin/bottleneck) - A powerful rate limiter that makes throttling easy. * [oauth-signature-js](https://github.com/bettiolo/oauth-signature-js) - JavaScript OAuth 1.0a signature generator for node and the browser.