
Hello Stemians and developers today we going to see how to add an amazing widget for your Html page.
If you are a programmer or have a web page containing crypto it would be nice to add a widget of all of your beloved currencies in your website.
This is the code below:
*If you are not familiar with js, you can copy and paste it everywhere in your page.
This is the code you will have to insert in your web page, it will call crypto compare API and give you a result. It will look like that:
A few enlightments - you can change the background via the ccctheme (now it's black - line 5 from the top) and can play with the cryptocurrencies by adding them in the "fsyms" line (line 5 from the bottom) as well as their current fiat values.(at "tsyms" )
You can add up to 10 cryptocurrencies and most of the fiat currencies are supportedHappy coding and enjoy your new feature
