{"id":21757790,"url":"https://github.com/sanwebinfo/next-cricket-score","last_synced_at":"2026-03-08T21:02:01.213Z","repository":{"id":193262655,"uuid":"688451995","full_name":"sanwebinfo/next-cricket-score","owner":"sanwebinfo","description":"Next.js Cricket Score API - Simple PWA Web app and API to Get Live Cricket Score updates.","archived":false,"fork":false,"pushed_at":"2026-03-04T06:09:49.000Z","size":1401,"stargazers_count":3,"open_issues_count":7,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-04T12:40:01.168Z","etag":null,"topics":["api","cricket","cricket-api","cricket-app","cricket-data","cricket-score","next","nextjs","react","score","scoreboard"],"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/sanwebinfo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-07T11:32:13.000Z","updated_at":"2026-03-02T02:05:53.000Z","dependencies_parsed_at":"2023-09-07T12:26:55.727Z","dependency_job_id":"6e92f7c1-dcb5-4bc5-a7dc-4e0ef7fb820a","html_url":"https://github.com/sanwebinfo/next-cricket-score","commit_stats":null,"previous_names":["sanwebinfo/next-cricket-score"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanwebinfo/next-cricket-score","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanwebinfo%2Fnext-cricket-score","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanwebinfo%2Fnext-cricket-score/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanwebinfo%2Fnext-cricket-score/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanwebinfo%2Fnext-cricket-score/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanwebinfo","download_url":"https://codeload.github.com/sanwebinfo/next-cricket-score/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanwebinfo%2Fnext-cricket-score/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30273289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T20:45:49.896Z","status":"ssl_error","status_checked_at":"2026-03-08T20:45:49.525Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","cricket","cricket-api","cricket-app","cricket-data","cricket-score","next","nextjs","react","score","scoreboard"],"created_at":"2024-11-26T11:17:06.846Z","updated_at":"2026-03-08T21:02:01.192Z","avatar_url":"https://github.com/sanwebinfo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Live Cricket Score\n\n![build-test](https://github.com/sanwebinfo/next-cricket-score/workflows/build-test/badge.svg)  \n\n ~~Next.js Cricket Score API - Simple PWA Web app and API to Get Live Cricket Score updates.~~  \n\n Next.js Cricket Score Web APP - Simple PWA Web app and API to Get Live Cricket Score updates.  \n\n**API is not working due to the Cricbuzz Mobile site being Fully Redesigned - The full Site Structure was Changed it's a bit complex to get data - Please Consider using the Python Cricket API Version - \u003chttps://github.com/sanwebinfo/cricket-api\u003e**  \n\n![Screenshot from 2023-09-09 18-09-44](https://github.com/sanwebinfo/next-cricket-score/assets/10300271/fc4990a5-1983-45f3-bff1-687b22762056)\n\n\u003e This project is for Educational and Learning usage - all data credits go to `Cricbuzz.com`.\n\n⚛ React + Next.js | 🌩 Vercel  \n\n## Free Deploy\n\n[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fsanwebinfo%2Fnext-cricket-score)\n\n## Features 🍔\n\n- React + Next JS\n- Tailwind CSS\n- Power Packed with React and Next Modules\n- Next JS Router for proxy API\n- PWA Support\n\n```sh\n\n## Homepage - Get Live Score\nhttp://localhost:3000\n\n## Get Match Score by ID\nhttp://localhost:3000/score?id=123456\n\n```\n\n## proxy API 🍪\n\n- Get API from this repo \u003chttps://github.com/sanwebinfo/python-cricket-score/tree/main/api\u003e\n- Deploy it on vercel or **Self-host (recommended)**\n- Update the current Live match ID at `/app/proxy/live/match.json`\n\nFor more check - `/app/proxy/live/route.js`\n\n```sh\nhttp://localhost:3000/proxy/live\n```\n\n- Get Live Score data by match id\n\nFor More Check - `/app/proxy/match/[slug]/route.js`\n\n```sh\nhttp://localhost:3000/proxy/match/53350\n```\n\n- Add your Primiary API URL in `.env` File / For production - \u003chttps://vercel.com/docs/projects/environment-variables\u003e\n\n```sh\nMATCH_API=https://yourapurl.com/score/live?id=\n```\n\n## Installation 📦\n\n- Required node.js LTS version (18 or 20)\n- `pnpm` package manager\n\n```sh\nnpm install -g pnpm\n````\n\n- Clone this repo or Download\n\n```sh\ngit clone https://github.com/sanwebinfo/next-cricket-score\ncd next-cricket-score\npnpm install\n```\n\n- Test the site\n\n```sh\npnpm dev\n```\n\n- Build the site\n\n```sh\npnpm build\n```\n\n- Test the production Build on Localhost\n\n```sh\npnpm start\n```\n\n## Contributing 🙌\n\nYour PR's are Welcome\n\n## Disclaimer 🗃\n\n- This is not an Offical API from Cricbuzz - it's an Unofficial API\n- This is for Education Purposes only - use at your own risk on the Production Site\n\n## LICENSE ☑\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanwebinfo%2Fnext-cricket-score","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanwebinfo%2Fnext-cricket-score","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanwebinfo%2Fnext-cricket-score/lists"}