Elm implementation of the doomsday algorithm
View app here: https://elm-doomsday.herokuapp.com/
# clone repository
git clone https://github.com/samhstn/doomsday.git && cd doomsday
# install the dependencies
npm install
# start the server and visit http://localhost:8080
npm start
# start server and visit http://localhost:8080
npm run watch