From 580da5c705e443200c9482eba68b8626a2f9ccff Mon Sep 17 00:00:00 2001 From: Christian Fjeld Date: Fri, 20 Apr 2018 21:08:16 +0200 Subject: [PATCH] Add Feedster API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96353ce0..89697fc7 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,7 @@ 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/) | | Feedbin | RSS reader | `OAuth` | Yes | Unknown | [Go!](https://github.com/feedbin/feedbin-api) | +| Feedster API | 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/) | | News | Headlines currently published on a range of news sources and blogs | `apiKey` | Yes | Unknown | [Go!](https://newsapi.org/) | | NPR One | Personalized news listening experience from NPR | `OAuth` | Yes | Unknown | [Go!](http://dev.npr.org/api/) |