From ecfc8125e3eb1d8e0eadb001b200af5f7d9aa0f7 Mon Sep 17 00:00:00 2001 From: Geoffrey De Belie Date: Sat, 21 Apr 2018 18:58:48 +0200 Subject: [PATCH 1/2] Add TheOldReader to the News section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 96353ce0..80b741c6 100644 --- a/README.md +++ b/README.md @@ -488,6 +488,7 @@ API | Description | Auth | HTTPS | CORS | Link | | 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/) | | The Guardian | Access all the content the Guardian creates, categorised by tags and section | `apiKey` | Yes | Unknown | [Go!](http://open-platform.theguardian.com/) | +| The Old Reader | RSS reader | `apiKey` | Yes | Unknown | [Go!](https://github.com/theoldreader/api) ### Open Data API | Description | Auth | HTTPS | CORS | Link | From 622accde13e9293ddf9ee556880d2ae37c7f60a6 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Sat, 21 Apr 2018 13:37:59 -0400 Subject: [PATCH 2/2] Fix column markers for OldReader --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80b741c6..14d16a45 100644 --- a/README.md +++ b/README.md @@ -488,7 +488,7 @@ API | Description | Auth | HTTPS | CORS | Link | | 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/) | | The Guardian | Access all the content the Guardian creates, categorised by tags and section | `apiKey` | Yes | Unknown | [Go!](http://open-platform.theguardian.com/) | -| The Old Reader | RSS reader | `apiKey` | Yes | Unknown | [Go!](https://github.com/theoldreader/api) +| The Old Reader | RSS reader | `apiKey` | Yes | Unknown | [Go!](https://github.com/theoldreader/api) | ### Open Data API | Description | Auth | HTTPS | CORS | Link |