Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 650 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 650 Bytes

Cryptochart

Site running at https://cryptochart.azurewebsites.net (Site takes time to display graph.) REST API accessible at https://cryptochart.herokuapp.com/chart/btc

Write once read many behavior, GET request returns prices and analyses (Smoothed moving average and Relative Strength index) for the last 31 days. The deployed code is stored in a private repository.

In progress:

  1. D3.JS visualizaton - adding RSI. Button to remove SMMA on clicking double
  2. cron based scheduler

cryptochart-smma-screenshot