Skip to content

v0.1 - Minimum Viable Product Release

Choose a tag to compare

@mooncryption mooncryption released this 11 Nov 18:13
· 68 commits to master since this release
1537e45

Version 0.1 Release - Steem Price Widget - @mooncryption

This is the first release of our STEEM Price Widget! Adding it to your HTML website is as easy as adding this line of code:

<iframe src="https://mooncryption.github.io/steem-price-widget/widget.html" width="200px" height="150px" frameBorder="0"></iframe>

You can always change the width or height parameters (as long as it still looks pretty :) and you can change even more with help from our examples page.

Remember that the widget is backwards-compatible so adding in the line of code above means:

  • it will always work the way you want it to
  • as we add in new updates improving performance, speed, appearance, and more, those updates will automagically reflect on your website too!

Have fun 😄
@mooncryption