Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 586 Bytes

readme.md

File metadata and controls

20 lines (12 loc) · 586 Bytes

Crypto Price Ticker

Netlify Status

Display price of Bitcoin and other cryptos from the coinbase pro api. Includes live-updating charts!

crypto.ehicks.net

Setup

  1. Install node
  2. run npm i && npm run dev

data notes

data from cbpro includes:

  1. currencies and products - fetched once on pageload
  2. 24-stats and candles - fetched every minute
  3. ticker data - streams in constantly