https://github.com/seigel/clock
Clock
https://github.com/seigel/clock
Last synced: 12 months ago
JSON representation
Clock
- Host: GitHub
- URL: https://github.com/seigel/clock
- Owner: seigel
- Created: 2024-11-17T21:49:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-15T22:02:05.000Z (about 1 year ago)
- Last Synced: 2025-06-29T00:44:54.056Z (about 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clock
Simple javascript clock inspired by a query to a Bing LLM
# Tournament Edition
Show the current tournament, what events are currently happening, and what pistes...
- requires a server side piece that connects to database with the tournament information
- ! should pass this "server address" to the app through the URL so the code can be public.
- ! Run the API server on the same machine as check-in
- If no URL or no data just show the nice big clock.
- if tournament running then show smaller clock and events for that day, timing, and pistes etc..