Dec 18, UPDATE: moved to aws Lambda, Live Link. ( Koinex and BitBns )
One of the few functional use-cases of crypto is cross-currency transfers. The volatile nature of cryptos often cause this exchange rates to deviate drastically from the bank rates. This app calculates this rate by comparing the INR rates of many cryptos on the exchanges Zebpay and Koinex with their respective USD rates on Binance and OkEx.
To run this app you need Node.js, you can get it here. Once that is taken care of clone this repository, cd into it, and install dependencies with npm
git clone https://github.com/praneethmendu/freedom-forex.git
cd freedom-forex
npm i
When in the app folder, start the app with
node server
Then go to http://localhost:7777 from your browser