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
@OriginalWorks
To call @OriginalWorks, simply reply to any post with @originalworks or !originalworks in your message!
Your Post Has Been Featured on @Resteemable!
Feature any Steemit post using resteemit.com!
How It Works:
1. Take Any Steemit URL
2. Erase
https://
3. Type
re
Get Featured Instantly – Featured Posts are voted every 2.4hrs
Join the Curation Team Here
Congratulations @noly! You have completed some achievement on Steemit and have been rewarded with new badge(s) :
Click on any badge to view your own Board of Honor on SteemitBoard.
For more information about SteemitBoard, click here
If you no longer want to receive notifications, reply to this comment with the word
STOP
Thank you for the contribution. It has been approved.
Next time when you create the contribution try to make it as a full fledge product.
You can contact us on Discord.
[utopian-moderator]
Hey @noly I am @utopian-io. I have just upvoted you!
Achievements
Community-Driven Witness!
I am the first and only Steem Community-Driven Witness. Participate on Discord. Lets GROW TOGETHER!
Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x
Hey, this is really good.
I have a question though; do we need to add some extension in our browser to modify the headers for it to work? I'm getting "Access-Control-Allow-Origin" header error.
And do you mind me changing it to some app with inbuilt server implementation?
I'll raise a pull request for you to verify...