From 7bbd0f4c7901098fffa32791525db432d836c65c Mon Sep 17 00:00:00 2001 From: theblackcat102 <13172147+theblackcat102@users.noreply.github.com> Date: Fri, 17 Aug 2018 05:13:17 +0800 Subject: [PATCH] Add new news apis (#733) * Update README.md Added currents api to available list * Forum to plural --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f88b31..3e2dfd8 100644 --- a/README.md +++ b/README.md @@ -502,6 +502,7 @@ API | Description | Auth | HTTPS | CORS | Link | API | Description | Auth | HTTPS | CORS | Link | |---|---|---|---|---|---| | Chronicling America | Provides access to millions of pages of historic US newspapers from the Library of Congress | No | No | Unknown | [Go!](http://chroniclingamerica.loc.gov/about/api/) | +| Currents | Latest news published in various news sources, blogs and forums | `apiKey` | Yes | Yes | [Go!](https://currentsapi.services/) | | Feedbin | RSS reader | `OAuth` | Yes | Unknown | [Go!](https://github.com/feedbin/feedbin-api) | | Feedster | Searchable and categorized collections of RSS feeds | `apiKey` | Yes | Unknown | [Go!](https://api.feedster.me/v1/docs/) | | New York Times | Provides news | `apiKey` | Yes | Unknown | [Go!](https://developer.nytimes.com/) |