I have uploaded a cryptocurrency price chart. This is a simple script that utilizes JavaScript and the HighCharts and Poloniex API.
The data is taken from the Poloniex API and put into the chart giving it real-time prices. The HighCharts JavaScript library provides a pretty chart display for the data to compare cryptocurrency prices against the United States Dollar or against Bitcoin. As stated above, the data is received from the Poloniex API and put into a chart using the HighCharts JS library.
Prices can be viewed in the following date ranges: 2 days, 1 week, 2 weeks, 1 month, 3 month, 6 month, 1 year, 2 years, 4 years, and an average of all-time.
This provides a wide range of viewable chart data.
A screenshot of the script can be seen below.
Here is the Readme file of the script:
## JS Cryptocurrency Price Charts
This is a JavaScript chart showing the price of different cryptocurrencies over a selected span of time. It utilizes Highcharts for the charting and Poloniex for the price data.
Prices can be compared against USD or BTC.
Data provider: https://poloniex.com
Chart library: https://www.highcharts.com
## License
MIT as stated in root of this repo. Free to use! Enjoy!
Commits: https://github.com/nolyoly/cryptoscripts/commits/master
Posted on Utopian.io - Rewarding Open Source Contributors