{"id":49565329,"url":"https://github.com/manthanank/ott-releases","last_synced_at":"2026-05-03T11:33:59.348Z","repository":{"id":321013599,"uuid":"1084016236","full_name":"manthanank/ott-releases","owner":"manthanank","description":"OttReleases","archived":false,"fork":false,"pushed_at":"2025-10-27T08:38:23.000Z","size":1453,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T10:31:10.162Z","etag":null,"topics":["ai","angular","gemini","nodejs"],"latest_commit_sha":null,"homepage":"https://ott-releases.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manthanank.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["manthanank"],"open_collective":"manthanank","buy_me_a_coffee":"manthanank","patreon":"manthanank"}},"created_at":"2025-10-27T05:13:30.000Z","updated_at":"2025-10-27T08:38:27.000Z","dependencies_parsed_at":"2025-10-27T10:31:14.807Z","dependency_job_id":"aaceb325-1748-4674-837d-4a9fdbe71895","html_url":"https://github.com/manthanank/ott-releases","commit_stats":null,"previous_names":["manthanank/ott-releases"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/manthanank/ott-releases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Fott-releases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Fott-releases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Fott-releases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Fott-releases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manthanank","download_url":"https://codeload.github.com/manthanank/ott-releases/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manthanank%2Fott-releases/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32567417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai","angular","gemini","nodejs"],"created_at":"2026-05-03T11:33:58.425Z","updated_at":"2026-05-03T11:33:59.337Z","avatar_url":"https://github.com/manthanank.png","language":"TypeScript","funding_links":["https://github.com/sponsors/manthanank","https://opencollective.com/manthanank","https://buymeacoffee.com/manthanank","https://patreon.com/manthanank"],"categories":[],"sub_categories":[],"readme":"# OttReleases\n\nA modern web application that tracks and displays upcoming OTT (Over-The-Top) platform releases including movies, TV shows, and series. Built with Angular 20 and powered by Google Gemini AI for intelligent content discovery.\n\n## Features\n\n- 🎬 **Real-time OTT Releases**: Track upcoming releases across multiple platforms\n- 🤖 **AI-Powered**: Uses Google Gemini AI to fetch and categorize content\n- 🌙 **Dark Mode**: Built-in dark/light theme toggle\n- 📱 **Responsive Design**: Optimized for desktop and mobile devices\n- 🔍 **Advanced Filtering**: Filter by platform, genre, and timeframes\n- 📊 **Analytics**: Visitor tracking and engagement metrics\n- ⚡ **Modern Stack**: Angular 20 with signals, Tailwind CSS, and Node.js backend\n\n## Tech Stack\n\n### Frontend\n\n- **Angular 20** with signals for reactive state management\n- **Tailwind CSS** for styling\n- **TypeScript** for type safety\n- **RxJS** for reactive programming\n\n### Backend\n\n- **Node.js** with Express.js\n- **Google Gemini AI** for content generation\n- **CORS** enabled for cross-origin requests\n- **Environment-based configuration**\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or higher)\n- Angular CLI (v20.3.4)\n- Google Gemini API key\n\n### Installation\n\n1. **Clone the repository**\n\n```bash\ngit clone \u003crepository-url\u003e\ncd ott-releases\n```\n\n- **Install frontend dependencies**\n\n```bash\nnpm install\n```\n\n- **Install backend dependencies**\n\n```bash\ncd backend\nnpm install\ncd ..\n```\n\n- **Set up environment variables**\n\n```bash\n# Copy the example environment file\ncp backend/.env.example backend/.env\n\n# Edit backend/.env and add your Google Gemini API key\nGEMINI_API_KEY=your_gemini_api_key_here\n```\n\n### Development\n\n- **Start the backend server**\n\n```bash\ncd backend\nnpm run dev\n```\n\nThe backend will run on `http://localhost:5000`\n\n- **Start the frontend development server**\n\n```bash\nnpm start\n```\n\nThe application will be available at `http://localhost:4200`\n\n### Building for Production\n\n```bash\n# Build the Angular application\nng build\n\n# The build artifacts will be stored in the `dist/` directory\n```\n\n### Running Tests\n\n```bash\n# Run unit tests\nng test\n\n# Run tests in watch mode\nng test --watch\n```\n\n## API Endpoints\n\nThe backend provides the following API endpoints:\n\n- `GET /api/ott/releases` - Fetch OTT releases\n  - Query parameters:\n    - `timeframe`: \"week\" or \"month\" (default: \"week\")\n    - `limit`: Number of results (default: 20)\n    - `offset`: Pagination offset (default: 0)\n    - `sortBy`: Sort field - \"release_date\", \"title\", \"platform\" (default: \"release_date\")\n    - `order`: Sort order - \"asc\" or \"desc\" (default: \"asc\")\n\n## Project Structure\n\n```tree\nott-releases/\n├── src/                    # Angular frontend\n│   ├── app/\n│   │   ├── components/     # Reusable UI components\n│   │   ├── pages/         # Page components\n│   │   ├── services/      # Business logic and API services\n│   │   └── models/        # TypeScript interfaces\n│   └── environments/      # Environment configurations\n├── backend/               # Node.js backend\n│   ├── src/\n│   │   ├── controllers/   # API route handlers\n│   │   ├── services/      # Business logic (Gemini AI integration)\n│   │   ├── routes/        # Express routes\n│   │   └── config/        # Configuration files\n│   └── server.js          # Express server entry point\n└── public/               # Static assets\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\n**Manthan Ankolekar** - [GitHub Profile](https://github.com/manthanankolekar)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanthanank%2Fott-releases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanthanank%2Fott-releases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanthanank%2Fott-releases/lists"}