/doomsdaying

Doomsday algorithm implemented in elm

Primary LanguageElm

Build Status

Doomsday

Elm implementation of the doomsday algorithm

View app here: https://elm-doomsday.herokuapp.com/

Quick Start

# 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

Development

# start server and visit http://localhost:8080
npm run watch