/CryptocurrencyBalanceViewer

Store and view cryptocurrency value change over time

Primary LanguageJavaScript

Cryptocurrency Balance Viewer with Bittrex.com Support

This application stores data about the worth of all stored coins on your Bittrex.com account. Included is a data visualizer which allows you to view your wallet's ups-and-downs in a convenient Highstocks chart.

This application is created in Node.JS and data is stored in a MongoDB database.

Getting Started

Either install MongoDB or acquire a server through some other means (such as an online server).

Also, install Node.JS.

Create an API Key from Bittrex.com from here and note down both the API Key and the API Secret. Ensure that 'READ INFO' is enabled for the API key.

Configuration

  1. Download the whole project.
  2. Go to the '/scripts/' folder.
  3. For 'bittrex-config.js', paste your API Key and API Secret in the quotes. Also make sure the standard government currency is correct.
  4. For 'db-config.js', edit the data for the MongoDB server to match your server information.

Running the Program

  1. Double click 'run.bat' to start the MongoDB server and the Node.JS server.
  2. Go to http://localhost:3000/bittrex/ to view the data.

Built With