Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 707 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 707 Bytes

cryptosavings

Allow cryptocurrency traders to have a place to quickly see their profit and loss -keep track of various cryptocurrency values against USD, BTC, and any currency that we are supporting and also keep track of their general trading portfolio automatically and without having to manually do this - each of these cryptocurrency exchange websites provides an API that will be used to gather the user’s trading history, coin count and balance. Setup Locally

Clone the repo locally

cd cryptosavings

Install dependencies

npm install

Setup the config sample under config using the sample provided.

Edit as desired. Save.

Run the server with

npm start

Project still in early development.