diff --git a/README.md b/README.md index 8f2a426..2d317e7 100644 --- a/README.md +++ b/README.md @@ -90,12 +90,29 @@ Quick search that grabs relevant information about a movie +## Taste + +Recommendation engine that provides three similar items like the supplied item +Also can provide information on a given item + +
+ + + +
+ +### Needs an API Key +* To get an API key visit https://tastedive.com/account/api_access +* After getting the API key run the following command: export TASTE_API_KEY="yourAPIKeyGoesHere" + + ## API's Used * To get location based on ip address: ipinfo.io * To get and print weather based on a location: wttr.in * To grab the stock information in JSON format: alphavantage.co * To grab the latest exchange rate between currencies: api.fixer.io * To grab information on movies: omdbapi.com +* To grab recommendations based on an item: tastedive.com #### Inspired by: Ruby-Scripts ## Installing