From df30feb24ba601bc7a4db6fcf6d983eab4410929 Mon Sep 17 00:00:00 2001 From: nikymorg Date: Wed, 18 Apr 2018 10:10:09 -0400 Subject: [PATCH 1/3] add omdb api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fce94be7..cae89492 100644 --- a/README.md +++ b/README.md @@ -748,6 +748,7 @@ API | Description | Auth | HTTPS | CORS | Link | | An API of Ice And Fire | Game Of Thrones API | No | Yes | Unknown | [Go!](https://anapioficeandfire.com/) | | Czech Television | TV programme of Czech TV | No | No | Unknown | [Go!](http://www.ceskatelevize.cz/xml/tv-program/) | | Dailymotion | Dailymotion Developer API | `OAuth` | Yes | Unknown | [Go!](https://developer.dailymotion.com/) | +| The Open Movie Database | Movie API | `apiKey` | Yes | Unknown | [Go!](http://www.omdbapi.com/) | | Ron Swanson Quotes | Television | No | Yes | Unknown | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | | SWAPI | Star Wars Information | No | Yes | Unknown | [Go!](https://swapi.co) | | TMDb | Community-based movie data | `apiKey` | Yes | Unknown | [Go!](https://www.themoviedb.org/documentation/api) | From df3b95e1e279e81789566bcde23afa5456d4831b Mon Sep 17 00:00:00 2001 From: nikymorg Date: Wed, 18 Apr 2018 10:17:51 -0400 Subject: [PATCH 2/3] add open movie database --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cae89492..f67fc822 100644 --- a/README.md +++ b/README.md @@ -748,7 +748,7 @@ API | Description | Auth | HTTPS | CORS | Link | | An API of Ice And Fire | Game Of Thrones API | No | Yes | Unknown | [Go!](https://anapioficeandfire.com/) | | Czech Television | TV programme of Czech TV | No | No | Unknown | [Go!](http://www.ceskatelevize.cz/xml/tv-program/) | | Dailymotion | Dailymotion Developer API | `OAuth` | Yes | Unknown | [Go!](https://developer.dailymotion.com/) | -| The Open Movie Database | Movie API | `apiKey` | Yes | Unknown | [Go!](http://www.omdbapi.com/) | +| Open Movie Database | Movie API | `apiKey` | Yes | Unknown | [Go!](http://www.omdbapi.com/) | | Ron Swanson Quotes | Television | No | Yes | Unknown | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | | SWAPI | Star Wars Information | No | Yes | Unknown | [Go!](https://swapi.co) | | TMDb | Community-based movie data | `apiKey` | Yes | Unknown | [Go!](https://www.themoviedb.org/documentation/api) | From 7a0c46d74b64d188220f22462bff702ac5a1a496 Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Wed, 18 Apr 2018 22:00:15 -0400 Subject: [PATCH 3/3] Update OMDb Description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f67fc822..9d21389e 100644 --- a/README.md +++ b/README.md @@ -748,7 +748,7 @@ API | Description | Auth | HTTPS | CORS | Link | | An API of Ice And Fire | Game Of Thrones API | No | Yes | Unknown | [Go!](https://anapioficeandfire.com/) | | Czech Television | TV programme of Czech TV | No | No | Unknown | [Go!](http://www.ceskatelevize.cz/xml/tv-program/) | | Dailymotion | Dailymotion Developer API | `OAuth` | Yes | Unknown | [Go!](https://developer.dailymotion.com/) | -| Open Movie Database | Movie API | `apiKey` | Yes | Unknown | [Go!](http://www.omdbapi.com/) | +| Open Movie Database | Movie information | `apiKey` | Yes | Unknown | [Go!](http://www.omdbapi.com/) | | Ron Swanson Quotes | Television | No | Yes | Unknown | [Go!](https://github.com/jamesseanwright/ron-swanson-quotes#ron-swanson-quotes-api) | | SWAPI | Star Wars Information | No | Yes | Unknown | [Go!](https://swapi.co) | | TMDb | Community-based movie data | `apiKey` | Yes | Unknown | [Go!](https://www.themoviedb.org/documentation/api) |