oddscenes / buck-net

Crypto dashboard UI visualizing updated Binance data into a responsive & unique design

Home Page:https://oddscenes.com/lab/crypto-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buck Net

A crypto financial dashboard pulling updated data from Binance API

  

  

Usage

  • Dev: npm run dev
  • Build: npm run build
  • Prod: npm start
  • Server Only: npm run server
  • Stop: npm run stop

Dependencies

  • NextJS
  • NodeJS/Express
  • Redis
  • Recharts/D3
  • Binance API
  • Coin Market Cap API

Installation

npm i (maybe -f on unix)

npm run build

npm start

Troubleshoot Redis (on server)

  • Ensure Redis is running before npm start

apt-get update

apt-get install redis-server

redis-server

Check: service redis-server status

Setup Ports

cd /etc/redis

service redis-server restart

About

Crypto dashboard UI visualizing updated Binance data into a responsive & unique design

https://oddscenes.com/lab/crypto-dashboard


Languages

Language:JavaScript 99.1%Language:CSS 0.9%