diegorod / Bitcoin-Price-Predictor

Simple app to create a custom Bitcoin price prediction.

Home Page:https://diegorod.github.io/Bitcoin-Price-Predictor/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check for End of Prediction

diegorod opened this issue · comments

On document load, before #main get's displayed (assuming prediction parameters present in url) there needs to be a check to see if the current date is greater than end date of the prediction.

  • If true, and current bpi is higher or lower than prediction bpi, display a message some sort of "prediction came out to be <true/false>" message, then display end results.