Display price of Bitcoin and other cryptos from the coinbase pro api. Includes live-updating charts!
- Install node
- run
npm i && npm run dev
data from cbpro includes:
- currencies and products - fetched once on pageload
- 24-stats and candles - fetched every minute
- ticker data - streams in constantly