Claude/denver happy hour aggregator qj mcm#1296
Open
empireofryan wants to merge 7 commits intoRubySteps:masterfrom
Open
Claude/denver happy hour aggregator qj mcm#1296empireofryan wants to merge 7 commits intoRubySteps:masterfrom
empireofryan wants to merge 7 commits intoRubySteps:masterfrom
Conversation
Full data pipeline (Playwright-based scraper, crawler, extractor) plus a Vite + React + Tailwind SPA frontend. Covers 24 venues across LoDo and LoHi with happy hour times, food deals, and drink deals. Frontend supports filtering by neighborhood, day of week, and venue name search. https://claude.ai/code/session_01Uca7Q6npXQ49EniHLbNSjr
Adds a GitHub Actions workflow that builds the frontend and deploys to GitHub Pages on push to main. Sets Vite base to /21-day-challenge/ for correct asset paths under the Pages URL. https://claude.ai/code/session_01Uca7Q6npXQ49EniHLbNSjr
- Remove package-lock.json from .gitignore so npm ci works in CI - Remove paths filter from workflow trigger for reliable deploys - Add npm cache config for faster CI builds https://claude.ai/code/session_01Uca7Q6npXQ49EniHLbNSjr
Raw crawl data from 24 venues across LoDo and LoHi, sourced from actual websites, aggregator sites, and web searches. Identified closures (Falling Rock, LoHi SteakBar, Jagged Mountain, Ale House) and compiled 12 verified venues with real happy hour details. https://claude.ai/code/session_01Uca7Q6npXQ49EniHLbNSjr
Crawled actual venue websites, aggregator sites (milehighhappyhour.com, ultimatehappyhours.com), and used Overpass API to find currently open bars. Removed permanently closed venues (Falling Rock, LoHi SteakBar, Jagged Mountain, Ale House at Amato's) and replaced with verified alternatives (Tavernetta, Seven Grand, Poka Lola, Jax Fish House, ChoLon, Postino LoHi, and more). All happy hour times, food deals, and drink deals are sourced from real websites — not fabricated. 26 total venues: 15 LoDo, 11 LoHi. https://claude.ai/code/session_01Uca7Q6npXQ49EniHLbNSjr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.