From 9b7e1d821bc523edee02d4dfa6d76dac9fb6f92a Mon Sep 17 00:00:00 2001 From: Arun Pattni Date: Sun, 21 May 2017 19:59:07 +0100 Subject: [PATCH 1/2] Added Numbers API --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7953864c..783d5192 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,8 @@ Please note a passing build status indicates all listed APIs are available since | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | Newton | Symbolic and Arithmetic Math Calculator | No | Yes | [Go!](https://newton.now.sh/) | +| Numbers API | Facts about numbers | No | No | [Go!](http://numbersapi.com) | + ### Music From 386048d888c7c5573c41a33dad8b0bd2eea800d9 Mon Sep 17 00:00:00 2001 From: Arun Pattni Date: Sun, 21 May 2017 20:20:52 +0100 Subject: [PATCH 2/2] Added Meetup API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 783d5192..110ef86e 100644 --- a/README.md +++ b/README.md @@ -420,6 +420,7 @@ Please note a passing build status indicates all listed APIs are available since | HackerNews | Social news for CS and entrepreneurship | No | Yes | [Go!](https://github.com/HackerNews/API) | | Instagram | Instagram Login, Share on Instagram, Social Plugins and more | `OAuth` | Yes | [Go!](https://www.instagram.com/developer/) | | LinkedIn | The foundation of all digital integrations with LinkedIn | `OAuth` | Yes | [Go!](https://developer.linkedin.com/docs/rest-api) | +| Meetup.com | Data about Meetups from Meetup.com | `apiKey` | Yes | [Go!](https://www.meetup.com/meetup_api/) | | Telegram MTProto | Read and write Telegram data | `OAuth` | Yes | [Go!](https://core.telegram.org/api#getting-started) | | Telegram bot | Simplified HTTP version of the MTProto API for bots | `OAuth` | Yes | [Go!](https://core.telegram.org/bots/api) | | Pinterest | The world's catalog of ideas | `OAuth` | Yes | [Go!](https://developers.pinterest.com/) |