/WordClock

A clock that gives time with words

Primary LanguageJavaScript

Word Clock

A clock that gives time with words (French, English). This repo is intended to be a "simulation" to build a physical clock using microcontroller, led, ...

Local

# export NODE_PORT=3000  # Configure server port
yarn start

Docker

docker build --tag wordclock:latest .
docker run --rm --env NODE_PORT=3000 -p 3000:3000 wordclock:latest

Application

Open your browser to https://localhost:3000

clock image