Ivan on Tech Academy Bootcamp example project
Crypto coin market cap list website
Docs
CoinGecko API
Used to get price and exchange data
https://www.coingecko.com/api/documentations/v3
FetchJs
Used to make the API queries
https://github.com/github/fetch
To run this project
- Open a terminal. Navigate to where you want to project to be.
git clone https://github.com/Ivan-on-Tech-Academy/CoinParrot.git
cd CoinParrot
- Run the website
- Python2:
python -m SimpleHTTPServer
- Python3:
python3 -m http.server
- Python2:
- Open a web brower at
http://localhost:8000