https://github.com/srid/elm-laundrycoins
A simple Elm program to calculate the exact coin change for doing laundry
https://github.com/srid/elm-laundrycoins
Last synced: 8 months ago
JSON representation
A simple Elm program to calculate the exact coin change for doing laundry
- Host: GitHub
- URL: https://github.com/srid/elm-laundrycoins
- Owner: srid
- Created: 2015-05-07T06:09:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T21:11:17.000Z (about 11 years ago)
- Last Synced: 2024-12-27T01:07:50.862Z (over 1 year ago)
- Language: Elm
- Homepage: https://elm-laundrycoins.herokuapp.com/
- Size: 176 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a simple Elm program to calculate the exact coin change for doing laundry (ported from the original [Haskell program](https://gist.github.com/srid/dca5ee92bcab1d6cefae)). It was written in the process of learning Elm.
# Local development
First install the prerequisites:
```
open http://boot2docker.io
open https://toolbelt.heroku.com
heroku plugins:install heroku-docker
```
Then build and run:
```
make
```
# Heroku deployment
Deployment is made easier using [Heroku's client-side docker plugin](https://blog.heroku.com/archives/2015/5/5/introducing_heroku_docker_release_build_deploy_heroku_apps_with_docker).
```
make deploy
```