/crypto-coaster

Simple web page to visualise cryptocurrency price fluctuations.

Primary LanguageJavaScript

Crypto Coaster

Build Status

CryptoCoaster

A quick little web page that shows a number of cryptocurrency mascots on their coaster ride of crazy price fluctuations.

Using sockets from CryptoCompare (https://www.cryptocompare.com/) and simple CSS rotation depending on the % change.

I like to think this project is simple - yet effective!

Live Page

https://www.harveydelaney.com/crypto-coaster

Development

  1. npm install
  2. npm run dev

Production

npm run prod