From 83fca3f6785431ed5948cc40376f47f02c22a70a Mon Sep 17 00:00:00 2001 From: Vadim Date: Fri, 29 Jun 2018 21:54:56 +0300 Subject: [PATCH] Add axios (#511) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit totally agree. Axios is awesome 😄 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cf1245..d49d5b3 100644 --- a/README.md +++ b/README.md @@ -503,6 +503,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar ## API +* [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. * [amygdala](https://github.com/lincolnloop/amygdala) - RESTful HTTP client for JavaScript powered web applications.