Simple cryptocurrencies exchange rates app made in elm using public https://www.cryptonator.com/api/ api
Below you will find some information on how to perform basic tasks. You can find the most recent version of this guide here.
To se working app please visit: https://crypto-price-123.firebaseapp.com/
You are very welcome with any feedback
elm-app install <package-name>
Other elm-package
commands are also available.
yarn install
In the project directory you can run:
elm-app build
Builds the app for production to the build
folder.
elm-app start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
elm-app install
An alias for elm-app package install
elm-app test
Run tests with node-test-runner