https://github.com/hivecom/countdown
Ever wondered in how long things are happening, but lack the ability?
https://github.com/hivecom/countdown
Last synced: about 1 year ago
JSON representation
Ever wondered in how long things are happening, but lack the ability?
- Host: GitHub
- URL: https://github.com/hivecom/countdown
- Owner: hivecom
- License: gpl-3.0
- Created: 2024-06-12T14:09:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T21:23:14.000Z (almost 2 years ago)
- Last Synced: 2025-05-19T02:11:25.777Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://mavulp.github.io/countdown/
- Size: 182 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# countdown
Ever wondered in how long things are happening, but lack the ability to compute these in your own brain? Don't worry me too.
Do you want to add an event? Please create an issue using the [issue template](https://github.com/Mavulp/countdown/issues/new?assignees=dolanske&labels=&projects=&template=new-event.md&title=%5BRequest%5D+New+event) or you can create a pull request and modify the [events.ts](https://github.com/Mavulp/countdown/blob/main/src/events.ts) file directly.
---
### Credits
- The UI is implemented using [Cascade](https://dolansky.dev/projects/16)
- Date formatting is done through [dayjs](https://day.js.org/)