From a6167523e58dbbc8ec764aec5a6df70f1374dccf Mon Sep 17 00:00:00 2001 From: Lukas Drgon Date: Wed, 11 Sep 2019 15:19:21 +0200 Subject: [PATCH] Add jsDelivr API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea313767..dc9f51f3 100644 --- a/README.md +++ b/README.md @@ -251,6 +251,7 @@ API | Description | Auth | HTTPS | CORS | | [import.io](http://api.docs.import.io/) | Retrieve structured data from a website or RSS feed | `apiKey` | Yes | Unknown | | [IPify](https://www.ipify.org/) | A simple IP Address API | No | Yes | Unknown | | [IPinfo](https://ipinfo.io/developers) | Another simple IP Address API | No | Yes | Unknown | +| [jsDelivr](https://github.com/jsdelivr/data.jsdelivr.com) | Package info and download stats on jsDelivr CDN | No | Yes | Yes | | [JSON 2 JSONP](https://json2jsonp.com/) | Convert JSON to JSONP (on-the-fly) for easy cross-domain data requests using client-side JavaScript | No | Yes | Unknown | | [JSONbin.io](https://jsonbin.io) | Free JSON storage service. Ideal for small scale Web apps, Websites and Mobile apps | `apiKey` | Yes | Yes | | [Judge0](https://api.judge0.com/) | Compile and run source code | No | Yes | Unknown |