Skip to content

live-by-unix/AccurateClock

Repository files navigation

AccurateClock

This README covers tech stack, usage, and PWA support, along with a API & Chrome Extenson, seeing worker code, and licensing

If you were here for the link, it's below.

🌐 Click here to use the Live Clock!

Tech stack

AccurateClock relies on cloudflare workers to deliver precision, as well as using vanilla HTML/CSS/JS to build the thing.
No frameworks like Astro, Node.js or Svelte are used.

Usage

AccurateClock is pretty simple, but the clock emoji opens up a menu with all GMT time zones you can select.
Previews are shown below: image

image <-- the 18:17 you see is just HH:MM (24 hour)

image

PWA support

This perfectly supports PWA, service workers, sitemap.xml, and robots.txt.

API

If you want a API click here to visit API GitHub
If you want a Chrome extension click here

See worker code

To see the worker code, visit worker.js
You can see the code for yourselves to check if legit (I support this), or just see all the code.

Licensing

BSD-3-CLAUSE LICENSE