https://github.com/dzucconi/year
Sister, time, it be time, ya know wha mean? Dread.
https://github.com/dzucconi/year
calendar time year
Last synced: 7 months ago
JSON representation
Sister, time, it be time, ya know wha mean? Dread.
- Host: GitHub
- URL: https://github.com/dzucconi/year
- Owner: dzucconi
- License: mit
- Created: 2016-11-17T21:42:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-29T22:11:23.000Z (7 months ago)
- Last Synced: 2025-04-09T17:14:41.158Z (7 months ago)
- Topics: calendar, time, year
- Language: JavaScript
- Homepage: https://year.work.damonzucconi.com/?play=true&year=2016&background=black&color=white
- Size: 406 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Year
[](https://app.netlify.com/sites/damonzucconi-year/deploys)
> Sister, time, it be time, ya know wha mean? Dread.
The year increments 12 times per second; 720 years per minute; 43,200 years per hour. every time it does, a calendar is rendered with each month laid on top of one another.
I like that one can just keep clicking in calendaring software and schedule something to occur 20 years from now. Will Google exist in 20 years to remind me of my upcoming event? Will I?
When you schedule something with someone else, there's the ritual overlaying of calendars. One "finds a time" — a hole of potential in our routines. I made this after imagining the stack of calendars that scheduling creates in one's mind when pursuing those holes. (2016)
## Meta
- **State**: production
- **Production**:
- **URL**: https://year.work.damonzucconi.com/
- **URL**: https://damonzucconi-year.netlify.com/
- **Host**: https://app.netlify.com/sites/damonzucconi-year/overview
- **Deploys**: Merged PRs to `dzucconi/year#master` are automatically deployed to production. [Manually trigger a deploy](https://app.netlify.com/sites/damonzucconi-year/deploys?filter=master)## Parameters
| Param | Description | Type | Default |
| ------------------------ | ------------------------------------------------------------ | ------------------------ | --------- |
| `year` | Year to begin at | `number` | `*` |
| `background` | Background color | `html color \| "random"` | `'white'` |
| `color` | Text color | `html color \| "random"` | `'red'` |
| `play` | Automatically start "playback" | `boolean` | `false` |
| `subtitles` | Include random subtitles from Quora topic "The Future" | `boolean` | `false` |
| `fps` | Target frames-per-second | `number` | `12` |
| `refreshIntervalSeconds` | If present, refresh after this amount of seconds has elapsed | `number` | `3600` |