Skip to content
This repository was archived by the owner on Jan 17, 2018. It is now read-only.

JBaczuk/crypto-dashboard-spa

Repository files navigation

Crypto Dashboard Single Page Application

This is an open source project for managing your cryptocurrency portfolio.

Components

This project has 2 parts:

  1. Self-hosted API Server
  2. Single Page Dashboard Application (this repo)

Run---

# clone the project
git clone https://github.com/JBaczuk/crypto-dashboard-spa
# Install http-server module
npm install http-server -g
cd dist
http-server -p 8001

API Server

See instructions at Self-hosted API Server

Development

Set Up

(same as above)

# Start development live-reload server
npm run dev

Build Setup

# install dependencies
npm install # or just: yarn

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Release

v1.0.0

  • Dashboard using vue.js
  • Calculate profit

In progress

  • Price Charts

Future

  • Add history of deposits and withdrawals
  • Chart trade and price history
  • Add trade ability
  • Add bot dashboard
  • create docker containers

Development

  • Please submit pull requests to the dev branch.
  • This repository has a pre-commit script that will check for api keys and prevent that from being submitted, to protect your account. To enable it, you must run:

ln -s ../../pre-commit.sh .git/hooks/pre-commit

Thanks to:

License


MIT

About

Single Page Application for the crypto-dashboard built on vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published