{"id":19362734,"url":"https://github.com/stantanasi/netflix-angular","last_synced_at":"2026-02-26T01:36:36.859Z","repository":{"id":75840675,"uuid":"358724857","full_name":"stantanasi/netflix-angular","owner":"stantanasi","description":"Netflix clone made with Angular using The Movie Database API","archived":false,"fork":false,"pushed_at":"2021-10-22T21:00:49.000Z","size":86728,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-13T11:11:38.277Z","etag":null,"topics":["angular","netflix","themoviedb","themoviedb-api","typescript"],"latest_commit_sha":null,"homepage":"https://stantanasi.github.io/netflix-angular","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stantanasi.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":"2021-04-16T21:34:35.000Z","updated_at":"2025-02-16T09:44:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"d6e6bfd2-d099-4526-ad8e-6997842d827d","html_url":"https://github.com/stantanasi/netflix-angular","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/stantanasi/netflix-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stantanasi%2Fnetflix-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stantanasi%2Fnetflix-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stantanasi%2Fnetflix-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stantanasi%2Fnetflix-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stantanasi","download_url":"https://codeload.github.com/stantanasi/netflix-angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stantanasi%2Fnetflix-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271431029,"owners_count":24758447,"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-08-21T02:00:08.990Z","response_time":74,"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":["angular","netflix","themoviedb","themoviedb-api","typescript"],"created_at":"2024-11-10T07:30:06.708Z","updated_at":"2026-02-26T01:36:31.838Z","avatar_url":"https://github.com/stantanasi.png","language":"TypeScript","readme":"\u003ch1 align=\"center\"\u003eNetflix: Clone with Angular\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/assets/images/netflix-logo.png\" height=\"100px\" /\u003e\n  \u003cbr /\u003e\n  A Netflix clone made with Angular, in TypeScript, and The Movie Database (TMDB) API.\n  \u003cbr /\u003e\n  \u003ca href=\"https://stantanasi.github.io/netflix-angular\"\u003e\n    \u003cstrong\u003eVisit Website »\u003c/strong\u003e\n  \u003c/a\u003e\n  \u003cbr /\u003e\n  \u003cbr /\u003e\n  \u003ca href=\"https://github.com/stantanasi/netflix-angular/issues\"\u003eReport Bug\u003c/a\u003e\n  ·\n  \u003ca href=\"https://github.com/stantanasi/netflix-angular/issues\"\u003eRequest Feature\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdetails\u003e\n  \u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n  * [About the project](#about-the-project)\n    * [Built with](#built-with)\n  * [Getting started](#getting-started)\n    * [Prerequisites](#prerequisites)\n    * [Setup](#setup)\n  * [Development](#development)\n  * [Contributing](#contributing)\n  * [Author](#author)\n  * [License](#license)\n\u003c/details\u003e\n\n## About the project\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./src/assets/images/screenshot.gif\" alt=\"Netflix Angular Preview\"\u003e\n\u003c/p\u003e\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli).\n\nA Netflix clone made with Angular, in TypeScript. It uses The Movie Database (TMDB) API to get popular Movies and TV Shows and display their details.\n\n### Built with\n\n- [Angular](https://angular.io)\n- [The Movie Database (TMDB) API](https://themoviedb.org)\n\n\n## Getting started\n\n### Prerequisites\n\nInstall [Node.js](https://nodejs.org) which includes [Node Package Manager](https://www.npmjs.com/get-npm)\n\nInstall the [Angular CLI](https://www.npmjs.com/package/@angular/cli) globally:\n```bash\nnpm install -g @angular/cli\n```\n\n### Setup\n\n1. Clone the project to your local machine\n\n```bash\ngit clone https://github.com/stantanasi/netflix-angular.git\ncd netflix-angular\n```\n\n2. Install the packages required\n\n```bash\nnpm install\n```\n\n## Development\n\nRun development server\n\n```bash\nng serve --open\n```\n\nNavigate to `http://localhost:4200`. The app will automatically reload if you change any of the source files.\n\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the project\n2. Create your 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## Author\n\n- [Lory-Stan TANASI](https://github.com/stantanasi)\n\n## License\n\nThis project is licensed under the `Apache-2.0` License - see the [LICENSE](LICENSE) file for details\n\n\u003cp align=\"center\"\u003e\n  \u003cbr /\u003e\n  © 2021 Lory-Stan TANASI. All rights reserved\n\u003c/p\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstantanasi%2Fnetflix-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstantanasi%2Fnetflix-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstantanasi%2Fnetflix-angular/lists"}