bsemp / WordClock

A clock that gives time with words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A clock that gives time with words


Languages

Language:JavaScript 88.2%Language:HTML 5.6%Language:Dockerfile 3.4%Language:CSS 2.7%