From 3f5b30b3954c94cbd24ba1dc6971c904cfdc4421 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 12 Feb 2019 15:55:58 +0700 Subject: [PATCH] Add ky https://github.com/sindresorhus/ky --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74c0ac5..0a6202f 100644 --- a/README.md +++ b/README.md @@ -889,6 +889,7 @@ http://www.listjs.com * [survey.js](https://github.com/surveyjs/surveyjs) - JavaScript Survey Engine. It uses JSON for survey metadata and results. http://surveyjs.org/ * [Array Explorer](https://github.com/sdras/array-explorer) and [Object Explorer](https://sdras.github.io/object-explorer/) - Resources to help figure out what native JavaScript method would be best to use at any given time * [Clipboard.js](https://clipboardjs.com/) - "Copy to clipboard" without Flash or use of Frameworks. +* [ky](https://github.com/sindresorhus/ky) - Tiny and elegant HTTP client based on the browser Fetch API. ## Podcasts * [JavaScript Air](https://javascriptair.com/) - The live video broadcast podcast all about JavaScript and the Web platform.