Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lipis/time-flies
https://github.com/lipis/time-flies
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lipis/time-flies
- Owner: lipis
- Created: 2024-05-18T21:55:19.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T18:50:05.000Z (7 months ago)
- Last Synced: 2024-05-21T22:10:01.444Z (7 months ago)
- Language: TypeScript
- Homepage: https://time-flies.lipis.dev
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Time Flies
> Use it for birthdays, anniversaries, deadlines, or any other important date in your life.
### [time-flies.lipis.dev](htps://time-flies.lipis.dev)
A nice countdown (or coundup) timer that shows everything in
- seconds
- minutes
- hours
- days
- weeks
- months
- years## Usage
### URL parameters:
- `d` - date in the format `YYYY-MM-DD`
- `utc` - UTC time in the format `HH:MM`
- `l` - label### Examples:
- [time-flies.lipis.dev/?d=1982-07-08&utc=12:00&l=Lipis's Life](https://time-flies.lipis.dev/?d=1982-07-08&utc=12:00&l=Lipis%27%20Life)
- [time-flies.lipis.dev/?d=2025-01-01](https://time-flies.lipis.dev/?d=2025-01-01)
- [time-flies.lipis.dev/?d=2024-01-01](https://time-flies.lipis.dev/?d=2024-01-01)
- [time-flies.lipis.dev/?d=2024-07-07&utc=09:00&l=Armenistis](https://time-flies.lipis.dev/?d=2024-07-07&utc=09:00&l=Armenistis)
- [time-flies.lipis.dev/?d=2021-02-18&utc=20:55&l=Perseverance](https://time-flies.lipis.dev/?d=2021-02-18&utc=20:55&l=Perseverance)## Development
- NextJS
- TypeScript
- TailwindCSS## Installation
```bash
yarn
```## Running the app
```bash
yarn dev
```