{"id":30654063,"url":"https://github.com/bsdavidson/simplescore","last_synced_at":"2025-08-31T08:13:55.003Z","repository":{"id":31367084,"uuid":"34930041","full_name":"bsdavidson/SimpleScore","owner":"bsdavidson","description":"A simple Node server for adding a leaderboard functionality to a game. ","archived":false,"fork":false,"pushed_at":"2016-03-05T07:53:25.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-14T22:21:02.216Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bsdavidson.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}},"created_at":"2015-05-02T00:20:51.000Z","updated_at":"2016-03-15T04:35:34.000Z","dependencies_parsed_at":"2022-08-24T14:21:52.142Z","dependency_job_id":null,"html_url":"https://github.com/bsdavidson/SimpleScore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bsdavidson/SimpleScore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdavidson%2FSimpleScore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdavidson%2FSimpleScore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdavidson%2FSimpleScore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdavidson%2FSimpleScore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsdavidson","download_url":"https://codeload.github.com/bsdavidson/SimpleScore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsdavidson%2FSimpleScore/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272953955,"owners_count":25021136,"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-31T02:00:09.071Z","response_time":79,"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":[],"created_at":"2025-08-31T08:13:54.587Z","updated_at":"2025-08-31T08:13:54.983Z","avatar_url":"https://github.com/bsdavidson.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleScore\n\nA simple Node server for adding a leaderboard functionality to a game. It\nprovides an API to accept scores and return them for later display in the game.\n\nFor a demo, I modded my Deathbot 5000 game, [playable here][deathbot].\n\n## Running the server\n\nTo run the server locally, you'll first need to be running a MongoDB server.\nThen you can install the dependencies and run the server:\n\n    $ npm install\n    $ DB_URI=mongodb://127.0.0.1:27017/simpleserver_dev npm start\n\nThen open http://127.0.0.1:8080/api.\n\nTo run tests:\n\n    $ DB_URI=mongodb://127.0.0.1:27017/simpleserver_test npm test\n\nIf you don't want to install Node and Mongo manually, you can run the server\nusing [Docker Compose]. Just run `docker-compose up` and the server will be\navailable on port 8080 on your Docker host machine (on a Mac using\ndocker-machine, you'll probably find it at http://192.168.99.100:8080/api).\n\n[deathbot]: http://bsdavidson.github.io/deathbot5000/\n[Docker Compose]: https://docs.docker.com/compose/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsdavidson%2Fsimplescore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsdavidson%2Fsimplescore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsdavidson%2Fsimplescore/lists"}