A simple GSAT-countdown gadget.
- Simple, good-looking countdown gadget.
- Capable of maintaining multiple events.
- Automatically shows at the top of almost every window, notifying every time.
- It's recommended to go with the task scheduler of your OS so you won't miss any events.
- Install NW.js: https://nwjs.io/.
- Download the latest release
gsat-cd.zip
. - Run
nw gsat-cd.zip
and it should pop up the window.
You can change the cowntdowns by editing confing/countdowns.json
.
Each item in the list should coutain name
indicating its name and time
indicating the event's UNIX-time (converted to your time zone).
It is set to change event every 5
second.
After the change, it may need a restart.