/jrcrypt

Simple app to visualize your current crypto-AUD position.

Primary LanguageJavaScript

jrCrypt

Simple app to visualize your current crypto-AUD position.

The following APIs are used to retrieved current exchange rates for various coins:

Demo

You need to construct the URL depending on your portfolio holdings. To add multiple coins, just separate the ticker with an ampersand (&). For example:

App currently supports: BTC, ETH, XRP, BCH, LTC, XRB, REQ, IOTA, ADA and XLM

Development

  • Rename .env.sample to .env
  • Update .env with an available local PORT (eg: 8000).
  • npm install
  • npm run dev
  • Visit http://localhost:8000/?BTC=0.1&ETH=1&XRP=100&BCH=0.5&LTC=2&XRB=25&REQ=1000&IOTA=250ADA=500&XLM=500&AUD=5000

ToDo

  • Add NEM (XEM) support
  • Convert app to client-side only (React?)
  • Add custom Conversion Routing
  • Add transaction fees into calculations