Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/harveyd/crypto-coaster
- Owner: HarveyD
- Created: 2017-10-15T05:45:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T03:14:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T18:50:51.633Z (about 1 month ago)
- Topics: coaster, crypto, css, currency, javascript, jquery, roller
- Language: JavaScript
- Homepage: https://www.harveydelaney.com/crypto-coaster
- Size: 3.52 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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`