/is-it-open

A webpage written in Elm that shows whether the shop is open now.

Primary LanguageElmMIT LicenseMIT

Is It Open Now?

A webpage written in Elm that shows whether the shop is open now.

It reads the operation hours of the shops from a json file.

An example data file is provided in the /src folder.

Compilation

npm install
npm install -g elm
elm-package install
npm run build

LICENSE

MIT