Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 494 Bytes

cryptarts

Multi Asset chart dashboard built using cryptowat.ch, Have a spare screen, watch your favourite cryptos while you work

alt text

How to run

docker run -p 3000:3000 blockzilla/cryptarts:0.0.1

In your browser

http://localhost:3000

Currently the code is really simple and the trading pairs are fixed, feel free to make a PR

Development

Node.js development

npm install
npm start