Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harveyd/crypto-coaster

Simple web page to visualise cryptocurrency price fluctuations.
https://github.com/harveyd/crypto-coaster

coaster crypto css currency javascript jquery roller

Last synced: 23 days ago
JSON representation

Simple web page to visualise cryptocurrency price fluctuations.

Awesome Lists containing this project

README

        

# Crypto Coaster
[![Build Status](https://jenkins.harveydelaney.com/buildStatus/icon?job=crypto-coaster)](https://jenkins.harveydelaney.com/job/crypto-coaster/)

![CryptoCoaster](https://i.imgur.com/lVxWVeD.png)

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`