From 580da5c705e443200c9482eba68b8626a2f9ccff Mon Sep 17 00:00:00 2001 From: Christian Fjeld Date: Fri, 20 Apr 2018 21:08:16 +0200 Subject: [PATCH 1/3] 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/) | From 7e68d7849aef82c2ee4698f3a0543df6759e85dd Mon Sep 17 00:00:00 2001 From: Christian Fjeld Date: Fri, 20 Apr 2018 21:11:12 +0200 Subject: [PATCH 2/3] Fix formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89697fc7..8f92ba69 100644 --- a/README.md +++ b/README.md @@ -484,7 +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/) +| 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/) | From 2a8c8dad0aa5dba7f2dd383bfe8af94a0e4f7947 Mon Sep 17 00:00:00 2001 From: Christian Fjeld Date: Fri, 20 Apr 2018 21:18:59 +0200 Subject: [PATCH 3/3] Remove API from title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f92ba69..a3a5d39b 100644 --- a/README.md +++ b/README.md @@ -484,7 +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/) | +| 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/) | | 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/) |