{"id":22128134,"url":"https://github.com/aditeyas/peoples-choice","last_synced_at":"2025-08-08T17:13:04.235Z","repository":{"id":198617030,"uuid":"701167410","full_name":"aditeyaS/peoples-choice","owner":"aditeyaS","description":"Shows the favourite anime, movie, and TV Series of all the contributors","archived":false,"fork":false,"pushed_at":"2023-12-01T13:31:37.000Z","size":281,"stargazers_count":10,"open_issues_count":3,"forks_count":41,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-01T14:35:34.580Z","etag":null,"topics":["css","hacktoberfest","hacktoberfest-accepted","html","javascript","open-source"],"latest_commit_sha":null,"homepage":"https://aditeyas.github.io/peoples-choice/","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/aditeyaS.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}},"created_at":"2023-10-06T04:27:42.000Z","updated_at":"2023-11-13T22:19:33.000Z","dependencies_parsed_at":"2023-12-01T14:47:02.796Z","dependency_job_id":null,"html_url":"https://github.com/aditeyaS/peoples-choice","commit_stats":null,"previous_names":["aditeyas/peoples-choice"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyaS%2Fpeoples-choice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyaS%2Fpeoples-choice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyaS%2Fpeoples-choice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyaS%2Fpeoples-choice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aditeyaS","download_url":"https://codeload.github.com/aditeyaS/peoples-choice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227602464,"owners_count":17792304,"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","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":["css","hacktoberfest","hacktoberfest-accepted","html","javascript","open-source"],"created_at":"2024-12-01T17:35:58.517Z","updated_at":"2024-12-01T17:35:59.481Z","avatar_url":"https://github.com/aditeyaS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# People's Choice\n\n![App Logo](https://github.com/aditeyaS/peoples-choice/blob/main/assets/favicon.ico)\n\n\u003ca target=\"_blank\" href=\"https://aditeyas.github.io/peoples-choice/\" aria-label=\"See Live Preview\"\u003e\u003cimg src=\"https://img.shields.io/badge/see_live_preview-green?style=for-the-badge\"/\u003e\n\u003c/a\u003e\n\nThis repo collects data about favorite anime, movies, and TV series.\n\n## Contributing Guidelines\n\n#### Step 1: Forking and cloning\n- Fork this repository by clicking the Fork button at the top right of this page or simply [click here](https://github.com/aditeyaS/peoples-choice/fork).\n- Clone the fork that you created\n\n#### Step 2: Getting the name and ID\nHead to [TMDB](https://www.themoviedb.org/) and search for your favorite anime, movie, and TV series and note their name and id. Please write the correct ID and names (e.g below) for consistent data.\n\n**Anime**\n\nFor the project to work properly **make sure it's an anime series, and not a movie**\n\nID:\n- The id is the path after ```https://www.themoviedb.org/tv/``` in the TMDB url.\n- For example, in ```https://www.themoviedb.org/tv/37854``` the ID is ```37854```\n- In ```https://www.themoviedb.org/tv/57041-gin-tama``` the ID is ```57041-gin-tama```\n\nNAME:\n- The name will be the name of anime displayed, please write it in the same case.\n- Exapmple, write ```One Piece``` as ```One Piece``` and not ```one Piece```, ```One piece``` or ```pne piece```\n\n![Anime Data Extraction Example](https://github.com/aditeyaS/peoples-choice/blob/main/assets/anime.png)\n\n**Movie**\n\nID:\n- The id is the path after ```https://www.themoviedb.org/movies/``` in the TMDB url.\n- For example, in ```https://www.themoviedb.org/movie/890825-14-peaks-nothing-is-impossible``` the ID is ```890825-14-peaks-nothing-is-impossible```\n\nNAME:\n- The name will be similar to above (in the same case)\n\n![Movie Data Extraction Example](https://github.com/aditeyaS/peoples-choice/blob/main/assets/movie.png)\n\n**TV Series**\n\nID:\n- The id is the path after ```https://www.themoviedb.org/tv/``` in the TMDB url.\n- For example, in ```https://www.themoviedb.org/tv/62560-mr-robot``` the ID is ```62560-mr-robot```\n\nNAME:\n- The name will be similar to above (in the same case)\n\n![TV Series Data Extraction Example](https://github.com/aditeyaS/peoples-choice/blob/main/assets/tv-series.png)\n\n#### Step 3: Adding your favourites (REQUIRED)\nGo to **data.js** and add your details to the array\n```javascript\n{\n        username: '\u003cgithub_username\u003e',\n        favAnime: '\u003canime name: as on TMDB\u003e',\n        favAnimeID: 'anime id: as on TMDB',\n        favMovie: 'movie name: as on TMDB',\n        favMovieID: 'movie id: as on TMDB',\n        favSeries: 'series name: as on TMDB',\n        favSeriesID: 'series id: as on TMDB'\n},\n```\n#### Step 4: Updating contributors.md (REQUIRED)\n- Goto **contributors.md** and similarly add your name and socials as previously added.\n- You can add as many socials as you want\n\n#### Step 5: Additional Changes (OPTIONAL)\n- Improve the UI of the page\n- Make any other changes that you want\n\n#### Step 6: Make a new branch\nCreate a new branch and checkout to that using ```git checkout -b \u003cbranch_name\u003e```\n\n#### Step 6: Add and commit your changes\n- When you are satisfied with your changes, add those by using ```git add .```\n- Commit you changes with a message ```git commit -m \"your-message\"```\n\n#### Step 7: Update branch with main\nUpdate your branch with main, by using ```git pull origin main```\n\n#### Step 8: Raise Pull Request\n- Resolve any conflicts (If exist). Add commit again if conflicts exist.\n- Push your branch ```git push origin \u003cbranch_name\u003e```\n- On the pull request page of GitHub select the correct labels from the right and raise the pull request.\n\n#### Congratulations 🎉\n- You have successfully raised a PR, raised a PR. Wait for it to be merged. You can see the live preview [here](https://aditeyas.github.io/peoples-choice/)\n- (Optional) ⭐ the repo\n\n## Awesome contributors 🤩\n\u003ca href=\"https://github.com/aditeyas/peoples-choice/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contributors-img.web.app/image?repo=aditeyaS/peoples-choice\" /\u003e\n\u003c/a\u003e\n\n## License\n\nReleased under [MIT](/LICENSE) by [@aditeyaS](https://github.com/aditeyaS).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditeyas%2Fpeoples-choice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditeyas%2Fpeoples-choice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditeyas%2Fpeoples-choice/lists"}