cryptomon
cryptomon copied to clipboard
Cryptocurrency Portfolio Monitor
Cryptomon
Cryptocurrency Portfolio Monitor
A simple portfolio monitor for all your cryptocurrencies that works offline.
It is built using Reason with ReasonReact. I made it because I wanted something simple that allowed me to quickly check up on my portfolio. It is still a WIP so minor bugs can be expected but please report any here thanks.
The crypto data is downloaded from CoinMarketCap and cash data is downloaded from Exchange Rates API.
How to run
Install reason-cli (this project runs
3). Then install dependencies with yarn or npm i.
To run a local development server do yarn start. A production build can be
made with yarn build.