{"id":22680128,"url":"https://github.com/coderooz/game-leaderboard","last_synced_at":"2026-05-04T11:32:48.351Z","repository":{"id":249414804,"uuid":"831456997","full_name":"coderooz/game-leaderboard","owner":"coderooz","description":"This is a Node.js and MongoDB application for managing a game leaderboard. Players can submit their scores, and the leaderboard displays the top scores.","archived":false,"fork":false,"pushed_at":"2025-01-22T08:13:05.000Z","size":28,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T07:02:59.420Z","etag":null,"topics":["gameleaderboard","javascript","mongodb","nodejs"],"latest_commit_sha":null,"homepage":"","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/coderooz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-07-20T15:51:40.000Z","updated_at":"2024-07-20T16:07:47.000Z","dependencies_parsed_at":"2025-01-22T09:20:53.522Z","dependency_job_id":"46e10698-cb7b-42ae-b03a-96b1d4115a36","html_url":"https://github.com/coderooz/game-leaderboard","commit_stats":null,"previous_names":["coderooz/game-leaderboard"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/coderooz/game-leaderboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderooz%2Fgame-leaderboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderooz%2Fgame-leaderboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderooz%2Fgame-leaderboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderooz%2Fgame-leaderboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coderooz","download_url":"https://codeload.github.com/coderooz/game-leaderboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coderooz%2Fgame-leaderboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278291044,"owners_count":25962676,"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-10-04T02:00:05.491Z","response_time":63,"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":["gameleaderboard","javascript","mongodb","nodejs"],"created_at":"2024-12-09T19:12:28.553Z","updated_at":"2025-10-04T09:16:01.630Z","avatar_url":"https://github.com/coderooz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Game Leaderboard\r\n\r\nThis is a Node.js and MongoDB application for managing a game leaderboard. Players can submit their scores, and the leaderboard displays the top scores.\r\n\r\n## Features\r\n\r\n- Submit player scores\r\n- Display top player scores\r\n\r\n## Requirements\r\n\r\n- Node.js\r\n- MongoDB\r\n\r\n## Installation\r\n\r\n1. Clone the repository:\r\n   ```bash\r\n   git clone https://github.com/coderooz/game-leaderboard.git\r\n   cd game-leaderboard\r\n   ```\r\n\r\n2. Install the dependencies:\r\n   ```bash\r\n   npm install express mongoose body-parser\r\n   ```\r\n\r\n3. Start MongoDB server:\r\n   ```bash\r\n   mongod\r\n   ```\r\n\r\n4. Run the application:\r\n   ```bash\r\n   npm start\r\n   ```\r\n\r\n5. Open your browser and navigate to `http://localhost:3000` to access the Game Leaderboard API.\r\n\r\n## Usage\r\n\r\n- **GET /api/players**: Retrieve the top 10 player scores.\r\n- **POST /api/players**: Add a new player score. Example request body:\r\n  ```json\r\n  {\r\n    \"name\": \"Player1\",\r\n    \"score\": 100\r\n  }\r\n  ```\r\n\r\n\r\n## Author\r\n\r\n- **Ranit Saha** - [GitHub Profile](https://github.com/coderooz)\r\n\r\n## Contributing\r\n\r\nIf you would like to contribute to this project, please fork the repository and submit a pull request.\r\n\r\n## Code of Conduct\r\n\r\nPlease read the [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) file for details on our code of conduct.\r\n\r\n## License\r\n\r\nThis project is licensed under the Private Use License. See the LICENSE.md file for more details.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderooz%2Fgame-leaderboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoderooz%2Fgame-leaderboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoderooz%2Fgame-leaderboard/lists"}