From f567a0be6d3cbdec8be6e33ec16b3ee0770aa2fd Mon Sep 17 00:00:00 2001 From: Rakesh Gautam Date: Tue, 28 Mar 2017 16:10:49 +0530 Subject: [PATCH 1/2] added newsapi.org --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 679090a..e79d425 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| | New York Times | Provides news | No, but `apikey` is required | Yes | [Go!](https://developer.nytimes.com/) | +| News API | Provides the headlines | `apikey` is required | Yes | [Go!](https://newsapi.org/) | ### Open Source projects From 998e4ed2e5eacc47002c4be8c1fdd6621ded8821 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Tue, 28 Mar 2017 10:48:34 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e79d425..4034013 100644 --- a/README.md +++ b/README.md @@ -299,8 +299,8 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| New York Times | Provides news | No, but `apikey` is required | Yes | [Go!](https://developer.nytimes.com/) | -| News API | Provides the headlines | `apikey` is required | Yes | [Go!](https://newsapi.org/) | +| New York Times | Provides news | `apikey` | Yes | [Go!](https://developer.nytimes.com/) | +| News API | headlines currently published on a range of news sources and blogs | `apikey` | Yes | [Go!](https://newsapi.org/) | ### Open Source projects