hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

Show converted fiat currency value for entered BTC amount #1

Closed weilu closed 10 years ago

weilu commented 10 years ago

This requires talking to bitcoinaverage api. This should work for balance and the send box

weilu commented 10 years ago

This is needed for app API too, so we might as well implement the API once and have both the JS wallet and apps consume it: https://github.com/hivewallet/hive-osx/wiki/API#getting-information-about-fiat-currency-exchange-rates

weilu commented 10 years ago

Used an event emitter to handle ticker updates directly, so API is a different story