bunkat/later
A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. Includes support for using English phrases and Cron schedules. Works in Node and in the browser. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5320
- days_rel: n/a
- days_push: 3067
- n_releases_24m: 0
Adoption not part of the score
2406 stars · 240 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Later is a zero-dependency JavaScript library for defining recurring schedules and calculating their future or past occurrences. Schedules can be built via a chainable API, Cron expressions, or English text expressions, and work in both Node and the browser.
Use cases
- calculate next occurrences of a recurring schedule in javascript
- parse cron expressions and compute future run times
- define schedules like '2nd Tuesday of every month at 4am'
- convert english phrases like 'every 5 mins' into schedules
- compute past occurrences of a recurring event
- build composite schedules with exceptions in node or browser
When to choose
- you need to compute occurrences of complex recurring schedules (not fire them)
- you want cron parsing plus flexible constraints like nth weekday or month exceptions
- you need a small, dependency-free library that works in Node and the browser
- you need serializable schedule definitions to store in a database
When to avoid
- you just need to run tasks on a timer - use a cron scheduler or job runner instead
- you need a maintained library with active bug fixes and security updates
- you need timezone-aware scheduling
- your project requires long-term support
Facets
library · maturity abandoned
scheduling parser date-time developer-tools browser cross-platform recurring-schedules cron schedule-parser no-dependencies unmaintained automation algorithms nodejs javascript
2 sources
- readme: https://github.com/bunkat/later · fetched 2026-08-28 · 5ccbfaf01aed
- homepage: http://bunkat.github.io/later/ · fetched 2026-08-29 · e74bc8ee2fbe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bunkat/later | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem