This program takes the changing prices in Bitcoin and graphs them on a web page.
As soon as the program is started it takes the current Bitcoin price and graphs it every 10 seconds.
The program uses the Messari API to retrive the current price of BTC in USD.
Uses the Chart.js library to graph data points.