From deb31b60f6b3f5d011b5bcb2ea7f1a4a0fccd775 Mon Sep 17 00:00:00 2001 From: Eric Wyne Date: Fri, 6 Oct 2017 08:57:32 -0700 Subject: [PATCH 1/2] alter Words API to fix build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9321e5b2..4f7ef791 100644 --- a/README.md +++ b/README.md @@ -436,8 +436,8 @@ API | Description | Auth | HTTPS | Link | | UPC database | More than 1.5 million barcode numbers from all around the world | `apiKey` | Yes | [Go!](https://upcdatabase.org/api) | | Wikidata | Collaboratively edited knowledge base operated by the Wikimedia Foundation | `OAuth` | Yes | [Go!](https://www.wikidata.org/w/api.php?action=help) | | Wikipedia | Mediawiki Encyclopedia | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | -| Words API | Definitions for more than 150,000 words. | `apiKey` | Yes | [Go!](https://www.wordsapi.com/) | | Wordnik | Dictionary Data | No | No | [Go!](http://developer.wordnik.com) | +| Words API | Definitions for more than 150,000 words | `apiKey` | Yes | [Go!](https://www.wordsapi.com/) | | Yelp | Find Local Business | `OAuth` | Yes | [Go!](https://www.yelp.com/developers/documentation/v3) | ### Open Source Projects From 448e0e3c645172251f80728de0d1d6191a44979e Mon Sep 17 00:00:00 2001 From: Dave Machado Date: Fri, 6 Oct 2017 12:13:01 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f7ef791..c8c626e9 100644 --- a/README.md +++ b/README.md @@ -437,7 +437,7 @@ API | Description | Auth | HTTPS | Link | | Wikidata | Collaboratively edited knowledge base operated by the Wikimedia Foundation | `OAuth` | Yes | [Go!](https://www.wikidata.org/w/api.php?action=help) | | Wikipedia | Mediawiki Encyclopedia | No | Yes | [Go!](https://www.mediawiki.org/wiki/API:Main_page) | | Wordnik | Dictionary Data | No | No | [Go!](http://developer.wordnik.com) | -| Words API | Definitions for more than 150,000 words | `apiKey` | Yes | [Go!](https://www.wordsapi.com/) | +| Words | Definitions for more than 150,000 words | `apiKey` | Yes | [Go!](https://www.wordsapi.com/) | | Yelp | Find Local Business | `OAuth` | Yes | [Go!](https://www.yelp.com/developers/documentation/v3) | ### Open Source Projects