Skip to content

Ivan-on-Tech-Academy/CoinParrot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coin Parrot

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

  1. Open a terminal. Navigate to where you want to project to be.
  2. git clone https://github.com/Ivan-on-Tech-Academy/CoinParrot.git
  3. cd CoinParrot
  4. Run the website
    • Python2: python -m SimpleHTTPServer
    • Python3: python3 -m http.server
  5. Open a web brower at http://localhost:8000

About

Bootcamp CoinMarketCap clone sample project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published