-
-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
Description
The README's "Quick Start" section documents an optional automation system that doesn't appear to exist in the repository.
Expected (per README)
# Install dependencies
bun install
# Update a specific dataset
cd Data/US-GDP
bun run update.ts
# Update all datasets
bun run scripts/update-all.tsActual
- No
package.jsonin repo root - No
scripts/directory - No
Data-Sources/directory (referenced multiple times in README) - No
.tsfiles anywhere in the repository bun installreturns nothing to install
What does exist
- Static CSV and Markdown files in
Data/ - Two bash scripts in repo root (
get-bay-area-covid-status,get-california-wastewater-data)
Questions
- Is the TypeScript automation system planned but not yet implemented?
- If implemented, is it in a different branch or separate repo?
- Should the README be updated to reflect current state vs roadmap?
Environment
- Cloned from
mainbranch - Commit: latest as of Jan 22, 2026
Happy to help test or contribute if the automation is in progress somewhere. Just looking for clarity on what's available today.
Metadata
Metadata
Assignees
Labels
No labels