Just showing api names in hyperlink not website

This commit is contained in:
Alex Epstein 2017-07-29 04:35:52 -04:00
parent 115cf2f47b
commit f494ad3aa8
1 changed files with 11 additions and 11 deletions

View File

@ -261,17 +261,17 @@ Written by: [Linyos Torovoltos](http://github.com/linyostorovovoltos)
## API's Used
* To get location based on ip address: [ipinfo.io](https://ipinfo.io)
* To get and print weather based on a location: [wttr.in](http://wttr.in)
* To grab the stock information in JSON format: [alphavantage.co](https://www.alphavantage.co)
* To grab the latest exchange rate between currencies: [fixer.io](http://fixer.io)
* To grab information on movies: [omdbapi.com](http://www.omdbapi.com/)
* To grab recommendations based on an item: [tastedive.com](https://tastedive.com)
* To determine masked link behind url shortner: [x.datasig.io](http://x.datasig.io)
* To grab cheatsheets for commands and languages: [cheat.sh](http://cheat.sh/)
* To encode text into a qr code: [qrenco.de](http://qrenco.de)
* To grab a list of a users repositories: [github.com](https://developer.github.com/v3/)
* To upload a repository to bitbucket: [bitbucket.org](https://developer.atlassian.com/bitbucket/api/2/reference/)
* To get location based on ip address: [ipinfo](https://ipinfo.io)
* To get and print weather based on a location: [wttr](http://wttr.in)
* To grab the stock information in JSON format: [alphavantage](https://www.alphavantage.co)
* To grab the latest exchange rate between currencies: [fixer](http://fixer.io)
* To grab information on movies: [omdbapi](http://www.omdbapi.com/)
* To grab recommendations based on an item: [tastedive](https://tastedive.com)
* To determine masked link behind url shortner: [x.datasig](http://x.datasig.io)
* To grab cheatsheets for commands and languages: [cheat](http://cheat.sh/)
* To encode text into a qr code: [qrenco](http://qrenco.de)
* To grab a list of a users repositories: [github](https://developer.github.com/v3/)
* To upload a repository to bitbucket: [bitbucket](https://developer.atlassian.com/bitbucket/api/2/reference/)
* To get your WAN ip address: [ipify](https://www.ipify.org/)
* To grab the latest exchange rate between cryptocurrencies to standard currencies: [coinmarketcap](https://coinmarketcap.com/api/)
* To perform symbolic math and other computations: [newton](https://newton.now.sh)