About
I made a web application of the steem money converter. For now, it is just the converter because it is more important than the other features. So this converter will convert STEEM/SBD to any other currencies like BTC, USD, Philippine peso, Australian Dollar, Japanese Yen, Euro, etc.
To see the list of all currencies, just see my previous post: List of Currency
I already deployed this in heroku, so that it can help other users to calculate there current wallet:
https://steem-money.herokuapp.com/
Links
Technology Stack
- CodeIgniter 3.1.6
- VueJS 2.5.13
- CoinMarketCap API
- Fixer.io API
How did you implement it/them?
I used Fixer.io API to get all the currencies and their corresponding value based on USD and I also used CoinMarket API to get the value of Steem and SBD on USD. These two APIs was used to convert the Steem/SBD based on the current value of a currency. I just multiplied the value of Steem/SBD in US dollars with the current value of the selected currency.
Posted on Utopian.io - Rewarding Open Source Contributors