Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 540 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 540 Bytes

BTC Price Index

About

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.

API

The program uses the Messari API to retrive the current price of BTC in USD.

API Endpoint

Third Party Usage

Uses the Chart.js library to graph data points.