https://github.com/gromnitsky/springclock
A handy countdown for small phones & huge TV screens that supports support multiple countdown events in a queue
https://github.com/gromnitsky/springclock
Last synced: 7 months ago
JSON representation
A handy countdown for small phones & huge TV screens that supports support multiple countdown events in a queue
- Host: GitHub
- URL: https://github.com/gromnitsky/springclock
- Owner: gromnitsky
- Created: 2019-11-20T15:26:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T14:16:00.000Z (about 3 years ago)
- Last Synced: 2025-01-20T06:42:14.128Z (9 months ago)
- Language: JavaScript
- Homepage: http://gromnitsky.users.sourceforge.net/js/springclock/
- Size: 41 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springclock
A handy countdown for small phones & huge TV screens. Originally
(2017) this was an excuse to play with vh/vw CSS units, then is was
rewritten to support multiple countdown events in a queue that could
be useful in a classroom or during a series of meetings.After the app is loaded, click on the clock at the bottom of the
screen.## Compilation
~~~
$ npm -g i adieu
$ npm i
$ make
~~~The result should be in `_out` dir.
## License
MIT.