{"id":24516494,"url":"https://github.com/samnoonabrar/Contest-Dashboard","last_synced_at":"2025-10-02T22:30:32.188Z","repository":{"id":39665578,"uuid":"492397070","full_name":"samnoon1971/Contest-Dashboard","owner":"samnoon1971","description":"A web application to keep track of online contests","archived":false,"fork":false,"pushed_at":"2022-06-03T16:18:27.000Z","size":551,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-21T07:18:27.805Z","etag":null,"topics":["angular","bootstrap","javascript","parcel","rest-api","typescript"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samnoon1971.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-15T05:35:36.000Z","updated_at":"2022-05-28T08:43:57.000Z","dependencies_parsed_at":"2022-08-28T05:42:00.415Z","dependency_job_id":null,"html_url":"https://github.com/samnoon1971/Contest-Dashboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samnoon1971%2FContest-Dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samnoon1971%2FContest-Dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samnoon1971%2FContest-Dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samnoon1971%2FContest-Dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samnoon1971","download_url":"https://codeload.github.com/samnoon1971/Contest-Dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235046732,"owners_count":18927457,"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":["angular","bootstrap","javascript","parcel","rest-api","typescript"],"created_at":"2025-01-22T01:26:11.843Z","updated_at":"2025-10-02T22:30:31.837Z","avatar_url":"https://github.com/samnoon1971.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Contest Dashboard\n\nA web application to keep track of online contests\n\n## API Reference\n\n#### Get user info\n\n```http\n  GET /cf/info/:handles\n```\n\n| Authorization | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n| `api_key` | `string` | **Required**. Your codeforces API key |\n| `api_secret` | `string` | **Required**. Your codeforces API secret |\n\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `handles`      | `string` | **Required**. Semicolon-separated list of handles\n \n\n#### Get user rating\n\n```http\n  GET /cf/rating/:handle\n```\n\n| Authorization | Type     | Description                |\n| :-------- | :------- | :------------------------- |\n| `api_key` | `string` | **Required**. Your codeforces API key |\n| `api_secret` | `string` | **Required**. Your codeforces API secret |\n\n\n| Parameter | Type     | Description                       |\n| :-------- | :------- | :-------------------------------- |\n| `handle`      | `string` | **Required**. individual user handle\n \n## Badges\n\nAdd badges from somewhere like: [shields.io](https://shields.io/)\n\n[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)\n[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)\n[![AGPL License](https://img.shields.io/badge/license-AGPL-blue.svg)](http://www.gnu.org/licenses/agpl-3.0)\n\n\n## Appendix\n\nAny additional information goes here\n\n\n## Authors\n\n- [@samnoon1971](https://www.github.com/samnoon1971)\n\n\n## 🚀 About Me\nI'm a full stack developer... I am also a problem solver who loves math and puzzles.\n\n\n## Contributing\n\nContributions are always welcome!\n\nSee `contributing.md` for ways to get started.\n\nPlease adhere to this project's `code of conduct`.\n\n\n## Screenshots\n\nWill be added soon.\n\n## Deployment\n\nTo deploy this project run\n\n```bash\n  npm run deploy\n```\n\n\n## Documentation\n\nWill be added soon.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n## Running Tests\n\nTo run tests, run the following command\n\n```bash\n  npm run test\n```\n\n\n## Installation\n\nInstall contest-dashboard with npm\n\n```bash\n  npm install contest-dashboard\n  cd contest-dashboard\n```\n    \n## Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/samnoon1971/Contest-Dashboard\n```\n\nGo to the project directory\n\n```bash\n  cd Contest-Dashboard\n```\n\nInstall dependencies\n\n```bash\n  npm install\n```\n\nStart the server\n\n```bash\n  npm run start\n```\n\n\n## Optimizations\n\nWhat optimizations did you make in your code? E.g. refactors, performance improvements, accessibility\n\n\n## Feedback\n\nIf you have any feedback, please reach out to us at fake@fake.com\n\n\n## Support\n\nFor support, email samnoonabrar@gmail.com\n\n\n## Roadmap\n\n- Additional browser support\n\n- Add more integrations\n\n\n\n\n## 🔗 Links\n[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/samnoon/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamnoonabrar%2FContest-Dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamnoonabrar%2FContest-Dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamnoonabrar%2FContest-Dashboard/lists"}