diff options
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -67,12 +67,12 @@ app/ │ ├── scrapers/ # Scraper modules (one per venue) │ ├── base.ts # Scraper interface & VenueMeta type -│ ├── index.ts # Registry: ALL_SCRAPERS (12 venues) +│ ├── index.ts # Registry: ALL_SCRAPERS (15 venues) │ ├── liquid-room.ts # Example: fetch + Cheerio │ ├── flat-nishiogikubo.ts # Example: Playwright (Wix site) -│ ├── warp-kichijoji.ts # Implemented but NOT in ALL_SCRAPERS -│ ├── pitbar-nishiogikubo.ts # Implemented but NOT in ALL_SCRAPERS -│ └── [10 other venues] +│ ├── warp-kichijoji.ts # fetch + Cheerio +│ ├── pitbar-nishiogikubo.ts # Playwright (freecalend.com) +│ └── [11 other venues] │ ├── routes/ # React Router routes (config-mapped in routes.ts) │ ├── index.tsx # Redirects to /events |
