From b9b61f72f60ab5269eb25b5e367e640bf68b0504 Mon Sep 17 00:00:00 2001 From: Raghav Date: Mon, 7 Nov 2016 15:03:11 +0530 Subject: [PATCH 1/4] News Tab Created NYTimes API added --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index eb828fb4..099e777e 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,13 @@ A collective list of JSON APIs for use in web development. | Soundcloud | Music | No | [Go!](https://developers.soundcloud.com/) | | Spotify | Music | Parts | [Go!](https://developer.spotify.com/web-api/) | + +### NEWS + +| API | Description | OAuth | Link | +|---|---|---|---| +| New York Times | Provides News | No, but apikey is required | [Go!](https://developer.nytimes.com/) | + ### Open Source projects | API | Description | OAuth | Link | From 843f1a308d42e18553df5ec28dad5cadde02afc9 Mon Sep 17 00:00:00 2001 From: Raghav Date: Tue, 8 Nov 2016 17:29:37 +0530 Subject: [PATCH 2/4] Changes Made --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 099e777e..1ebc3c9b 100644 --- a/README.md +++ b/README.md @@ -211,11 +211,11 @@ A collective list of JSON APIs for use in web development. | Spotify | Music | Parts | [Go!](https://developer.spotify.com/web-api/) | -### NEWS +### News | API | Description | OAuth | Link | |---|---|---|---| -| New York Times | Provides News | No, but apikey is required | [Go!](https://developer.nytimes.com/) | +| New York Times | Provides News | No, but '''apikey''' is required | [Go!](https://developer.nytimes.com/) | ### Open Source projects From d2e3cbfbd9436848e80f4f689146b09ce1bf3c6f Mon Sep 17 00:00:00 2001 From: Raghav Date: Tue, 8 Nov 2016 17:30:35 +0530 Subject: [PATCH 3/4] Changes Made --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ebc3c9b..b7a10fed 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| -| New York Times | Provides News | No, but '''apikey''' is required | [Go!](https://developer.nytimes.com/) | +| New York Times | Provides news | No, but '''apikey''' is required | [Go!](https://developer.nytimes.com/) | ### Open Source projects From 4476f848d7cd10a232461f1db2e15fea60e5367e Mon Sep 17 00:00:00 2001 From: Raghav Date: Tue, 8 Nov 2016 17:32:28 +0530 Subject: [PATCH 4/4] Done --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7a10fed..b2f1948c 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,7 @@ A collective list of JSON APIs for use in web development. | API | Description | OAuth | Link | |---|---|---|---| -| New York Times | Provides news | No, but '''apikey''' is required | [Go!](https://developer.nytimes.com/) | +| New York Times | Provides news | No, but `apikey` is required | [Go!](https://developer.nytimes.com/) | ### Open Source projects