From 4e6749780dfd5ff4d8330f68ea308e48ca9a5858 Mon Sep 17 00:00:00 2001 From: cyril <38669260+cyrilbois@users.noreply.github.com> Date: Tue, 26 Nov 2019 13:39:08 +0100 Subject: [PATCH] Add a JSON store API Add a JSON store API (extendsclass.com) to Development section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 03bb7d87..b868179e 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ API | Description | Auth | HTTPS | CORS | | [CountAPI](https://countapi.xyz) | Free and simple counting service. You can use it to track page hits and specific events | No | Yes | Yes | | [DigitalOcean Status](https://status.digitalocean.com/api/v1) | Status of all DigitalOcean services | No | Yes | Unknown | | [DomainDb Info](https://domainsdb.info/apidomainsdb/index.php) | Domain name search to find all domains containing particular words/phrases/etc | No | Yes | Unknown | +| [ExtendsClass](https://extendsclass.com/json-storage.html) | A simple JSON store API | No | Yes | Yes | | [Faceplusplus](https://www.faceplusplus.com/) | A tool to detect face | `OAuth` | Yes | Unknown | | [Genderize.io](https://genderize.io) | Estimates a gender from a first name | No | Yes | Yes | | [GitHub](https://developer.github.com/v3/) | Make use of GitHub repositories, code and user info programmatically | `OAuth` | Yes | Yes |