{"id":31013942,"url":"https://github.com/juanpablodiaz/beertv","last_synced_at":"2026-05-07T00:32:25.711Z","repository":{"id":303310418,"uuid":"423651774","full_name":"JuanPabloDiaz/beerTV","owner":"JuanPabloDiaz","description":"A Next.js Full Stack app to displays funny Beer TV Ads","archived":false,"fork":false,"pushed_at":"2025-07-07T00:17:33.000Z","size":492880,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T00:17:44.027Z","etag":null,"topics":["api-routes","data","next","tailwindcss"],"latest_commit_sha":null,"homepage":"https://beer-tv.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuanPabloDiaz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-01T23:56:27.000Z","updated_at":"2025-07-07T00:17:33.000Z","dependencies_parsed_at":"2025-07-07T00:17:55.183Z","dependency_job_id":"6f35922d-219a-4c5a-a5a4-ab142ba4e39d","html_url":"https://github.com/JuanPabloDiaz/beerTV","commit_stats":null,"previous_names":["juanpablodiaz/beertv"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JuanPabloDiaz/beerTV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPabloDiaz%2FbeerTV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPabloDiaz%2FbeerTV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPabloDiaz%2FbeerTV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPabloDiaz%2FbeerTV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuanPabloDiaz","download_url":"https://codeload.github.com/JuanPabloDiaz/beerTV/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuanPabloDiaz%2FbeerTV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274930364,"owners_count":25375718,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-13T02:00:10.085Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api-routes","data","next","tailwindcss"],"created_at":"2025-09-13T06:51:44.393Z","updated_at":"2026-05-07T00:32:25.667Z","avatar_url":"https://github.com/JuanPabloDiaz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🍺 Beer TV - Super Bowl Commercial Experience\n\nA full-stack Next.js application that showcases iconic beer commercials with a Super Bowl aesthetic. This application allows users to browse and watch beer commercials from various brands.\n\n## 🧠 Features\n\n- **Bold, cinematic UI** styled like a Super Bowl beer ad experience\n- **Featured commercial** highlighted at the top of the homepage\n- **Filter by brand** to find commercials from your favorite beer brands\n- **Responsive design** works on mobile, tablet, and desktop\n- **Video-first layout** optimized for watching beer commercials\n- **API endpoints** for accessing beer commercial data\n\n## 🧱 Tech Stack\n\n- **Framework**: Next.js (App Router)\n- **Styling**: Tailwind CSS\n- **Language**: TypeScript\n- **Database**: Local JSON file (data/beer-tv-ads.json)\n- **Backend**: Next.js API Routes\n\n## 📋 Getting Started\n\n### Prerequisites\n\n- Node.js 18.0.0 or later\n- npm or yarn\n\n## 📁 Project Structure\n\n```\n/beertv\n  /app                   # Next.js App Router\n    /api                 # API Routes\n      /ads               # Beer ad API endpoints\n    /ads                 # Ad detail pages\n    page.tsx             # Homepage\n  /components            # Reusable React components\n    AdCard.tsx           # Beer commercial card\n    BrandFilter.tsx      # Brand filter component\n    Footer.tsx           # Application footer\n    Header.tsx           # Application header\n    VideoPlayer.tsx      # Video player component\n  /data                  # Data source\n    beer-tv-ads.json     # Local JSON database for beer ads\n  /public                # Static assets\n```\n\n## 🛠️ API Endpoints\n\n- `GET /api/ads`: Returns all beer commercials\n- `GET /api/ads?brand=Budweiser`: Filter commercials by brand name\n- `GET /api/ads?spot_language=en`: Filter commercials by language\n- `GET /api/ads?brand_parent_name=Anheuser-Busch`: Filter commercials by parent brand\n- `GET /api/ads/[id]`: Get details for a specific commercial by ID\n\n## 🎨 Design Approach\n\nThe UI is designed to evoke the bold, cinematic feel of Super Bowl beer commercials with:\n\n- Dark theme with gold accents\n- Bold typography using Bebas Neue font\n- Cinematic video layouts\n- Responsive grid design for all device sizes\n- Smooth animations and transitions\n\n## 📝 License\n\nThis project is MIT licensed.\n\n## Acknowledgments\n\n- [Dataset](https://huggingface.co/datasets/dnaoblivion/Beer-Tv-Ads)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanpablodiaz%2Fbeertv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuanpablodiaz%2Fbeertv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuanpablodiaz%2Fbeertv/lists"}