Update README.md

This commit is contained in:
Drew Thoennes 2017-06-28 14:02:17 -04:00 committed by GitHub
parent e11dfa6d7b
commit 32323e61e5
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ Quick search that grabs relevant information about a movie
</div>
## API's Used
* To get location based on ip address: <a href="ipinfo.io">ipinfo.io</a>
* To get and print weather based on a location: <a href="wttr.in">wttr.in</a>
* To get location based on ip address: <a href="https://ipinfo.io">ipinfo.io</a>
* To get and print weather based on a location: <a href="http://wttr.in">wttr.in</a>
* To grab the stock information in JSON format: <a href="https://www.alphavantage.co">alphavantage.co</a>
* To grab the latest exchange rate between currencies: <a href="http://api.fixer.io">api.fixer.io</a>
* To grab information on movies: <a href="http://www.omdbapi.com/">omdbapi.com</a>