Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cluzier/crypto-price-dashboard
Shows current crypto prices and trade history
https://github.com/cluzier/crypto-price-dashboard
charts cryptocurrency data-visualization
Last synced: 1 day ago
JSON representation
Shows current crypto prices and trade history
- Host: GitHub
- URL: https://github.com/cluzier/crypto-price-dashboard
- Owner: cluzier
- License: mit
- Created: 2021-06-16T01:42:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T07:11:41.000Z (over 3 years ago)
- Last Synced: 2024-04-28T04:27:11.343Z (6 months ago)
- Topics: charts, cryptocurrency, data-visualization
- Language: JavaScript
- Homepage:
- Size: 756 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Crypto Price Dashboard 📊
[![GitHub issues](https://img.shields.io/github/issues/cluzier/crypto-price-dashboard)](https://github.com/cluzier/crypto-price-dashboard/issues)
[![GitHub forks](https://img.shields.io/github/forks/cluzier/crypto-price-dashboard)](https://github.com/cluzier/crypto-price-dashboard/network)
[![GitHub stars](https://img.shields.io/github/stars/cluzier/crypto-price-dashboard)](https://github.com/cluzier/crypto-price-dashboard/stargazers)
[![GitHub license](https://img.shields.io/github/license/cluzier/crypto-price-dashboard)](https://github.com/cluzier/crypto-price-dashboard)
Shows current crypto prices and trade history## Features
- Light/dark mode toggle (soon)
- Live price changes
- Toggle coins & reorganize them
- Cross platform
- Easily customizable
## Roadmap- Add light/dark mode toggle
- Add a better charting system
## InstallationInstall crypto-price-dashboard with npm
```bash
npm install
npm run build
serve -s build
```## Running Tests
To run tests, run the following command
```bash
npm run test
```
## ContributingContributions are always welcome!
See `contributing.md` for ways to get started.
Please adhere to this project's `code of conduct`.
## Authors- [@cluzier](https://www.github.com/cluzier)