{"id":15103394,"url":"https://github.com/celestiallemon/project-rigel","last_synced_at":"2026-01-20T14:01:46.471Z","repository":{"id":246632339,"uuid":"821667062","full_name":"CelestialLemon/project-rigel","owner":"CelestialLemon","description":"A desktop application to track all the movies and show you watch","archived":false,"fork":false,"pushed_at":"2025-01-02T07:36:48.000Z","size":504,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:45:24.008Z","etag":null,"topics":["angular","angular2","application","golang","tmdb","wails"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/CelestialLemon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2024-06-29T05:19:26.000Z","updated_at":"2025-01-02T07:36:52.000Z","dependencies_parsed_at":"2024-07-27T06:21:50.179Z","dependency_job_id":"470f7012-3a70-4638-911e-c9cc6bacffb0","html_url":"https://github.com/CelestialLemon/project-rigel","commit_stats":null,"previous_names":["celestiallemon/project-rigel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CelestialLemon/project-rigel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelestialLemon%2Fproject-rigel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelestialLemon%2Fproject-rigel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelestialLemon%2Fproject-rigel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelestialLemon%2Fproject-rigel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CelestialLemon","download_url":"https://codeload.github.com/CelestialLemon/project-rigel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CelestialLemon%2Fproject-rigel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28604712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T12:01:53.233Z","status":"ssl_error","status_checked_at":"2026-01-20T12:01:46.545Z","response_time":117,"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":["angular","angular2","application","golang","tmdb","wails"],"created_at":"2024-09-25T19:23:54.230Z","updated_at":"2026-01-20T14:01:46.453Z","avatar_url":"https://github.com/CelestialLemon.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Project Rigel\n\n![Angular](https://img.shields.io/badge/angular-%23DD0031.svg?style=for-the-badge\u0026logo=angular\u0026logoColor=white)\n![Go](https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge\u0026logo=go\u0026logoColor=white)\n![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n\nRigel is a desktop application that helps you keep track of the movies and tv shows you watch.\n\n### Features\n\n1. Discover new media to watch\n2. Search for media\n3. Add your media to status lists like `Plan to watch`, `Watching` and `Completed`.\n4. See your media in one place on the lists page\n5. The data is saved only on your device and is never sent anywhere.\n\n## Building\n\n### Prerequisites\n\n1. [NodeJS](https://nodejs.org/en)\n2. [Go](https://go.dev/)\n3. [Wails CLI](https://wails.io/)\n4. [Angular CLI](https://angular.dev/)\n\n#### Step 1: Create constants file\n\nIn the `project-rigel \u003e frontend \u003e src \u003e app ` folder create a file `constants.ts`\n\nPaste the following content into the file\n\n```typescript\nexport const TMDB_API_BASE_URL = \"https://api.themoviedb.org/3\";\nexport const TMDB_IMAGE_ORIGINAL_BASE_URL =\n  \"https://image.tmdb.org/t/p/original\";\nexport const TMDB_IMAGE_W500_BASE_URL = \"https://image.tmdb.org/t/p/w500\";\nexport const TMDB_API_KEY = \"\u003cTMDB_API_KEY\u003e\";\n```\n\n#### Step 2: Get a TMDB API key\n\nSign up on [TMDB](https://www.themoviedb.org/) and create an API key. Paste that API key at the `\u003cTMDB_API_KEY\u003e` placeholder in the `constants.ts` file.\n\n#### Step 3: Run and build\n\nRun the following commands\n\n```bash\nwails dev   # run development server\nwails build # build executable\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelestiallemon%2Fproject-rigel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcelestiallemon%2Fproject-rigel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcelestiallemon%2Fproject-rigel/lists"}