From ce4c9cbdd5ddc01cfc1f5faff6bf5c91250459d2 Mon Sep 17 00:00:00 2001 From: guilherme Date: Fri, 22 Oct 2021 21:17:09 -0300 Subject: [PATCH] adds tripadvisor public api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c29deca..3bb07015 100644 --- a/README.md +++ b/README.md @@ -1388,6 +1388,7 @@ API | Description | Auth | HTTPS | CORS | | [Transport for United States](http://www.nextbus.com/xmlFeedDocs/NextBusXMLFeed.pdf) | NextBus API | No | No | Unknown | | [Transport for Vancouver, Canada](https://developer.translink.ca/) | TransLink | `OAuth` | Yes | Unknown | | [Transport for Washington, US](https://developer.wmata.com/) | Washington Metro transport API | `OAuth` | Yes | Unknown | +| [Tripadvisor](https://developer-tripadvisor.com/home/) | Rating content for a hotel, restaurant, attraction or destination | `apiKey` | Yes | Unknown | | [Uber](https://developer.uber.com/products) | Uber ride requests and price estimation | `OAuth` | Yes | Yes | **[⬆ Back to Index](#index)**