Skip to content

An tool used for displaying current steem price in your home currency.

License

Notifications You must be signed in to change notification settings

mahesanmidhun/steemprice

Repository files navigation

steemprice

Live Demo

A tool used for displaying current steem price in any global currency that you specify.

Implementation:

Steem Price make use of the free Ticker Widget provided by Coin Market Cap. The widget is implemented using javascript and its parameters can be modified.

Widget Code:

<script type="text/javascript" src="https://files.coinmarketcap.com/static/widget/currency.js"></script><div class="coinmarketcap-currency-widget" data-currency="bitcoin" data-base="USD" data-secondary="" data-ticker="true" data-rank="true" data-marketcap="true" data-volume="true" data-stats="USD" data-statsticker="false"></div>

The above code is for the Bitcoin Widget ticker.

  • Inorder to change the coin, change the value of data-currency from bitcoin to any other coin.
  • To change the currency value from USD, change the value of data-base from USD to any other currency.

About

An tool used for displaying current steem price in your home currency.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published