https://github.com/lauritzsh/cryptomon
Cryptocurrency Portfolio Monitor
https://github.com/lauritzsh/cryptomon
cryptocurrencies cryptocurrency ocaml portfolio react reasonml
Last synced: 2 months ago
JSON representation
Cryptocurrency Portfolio Monitor
- Host: GitHub
- URL: https://github.com/lauritzsh/cryptomon
- Owner: lauritzsh
- Created: 2017-10-08T17:22:32.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2018-08-31T15:31:48.000Z (over 6 years ago)
- Last Synced: 2024-02-17T15:35:26.686Z (over 1 year ago)
- Topics: cryptocurrencies, cryptocurrency, ocaml, portfolio, react, reasonml
- Language: OCaml
- Homepage:
- Size: 158 KB
- Stars: 54
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptomon
> Cryptocurrency Portfolio Monitor
A simple portfolio monitor for all your cryptocurrencies that works offline.
It is built using [Reason](https://reasonml.github.io/) with
[ReasonReact](https://github.com/reasonml/reason-react). 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](https://github.com/lauritzsh/cryptomon/issues) thanks.The crypto data is downloaded from [CoinMarketCap](https://coinmarketcap.com/)
and cash data is downloaded from [Exchange Rates API](https://exchangeratesapi.io/).## How to run
Install [reason-cli](https://github.com/reasonml/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`.