https://github.com/sanwebinfo/cricket-score
Get Real-time Live Cricket Score Update without refreshing the page.
https://github.com/sanwebinfo/cricket-score
bulma cricket cricket-api cricket-app cricket-data cricket-score css html javascript php
Last synced: 10 months ago
JSON representation
Get Real-time Live Cricket Score Update without refreshing the page.
- Host: GitHub
- URL: https://github.com/sanwebinfo/cricket-score
- Owner: sanwebinfo
- License: mit
- Created: 2024-03-20T06:48:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T05:12:48.000Z (over 1 year ago)
- Last Synced: 2025-02-01T17:44:22.803Z (over 1 year ago)
- Topics: bulma, cricket, cricket-api, cricket-app, cricket-data, cricket-score, css, html, javascript, php
- Language: PHP
- Homepage: https://score.mskian.com
- Size: 528 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cricket Score
Get Real-time Live Cricket Score Update without refreshing the page.
- Get Score via Match ID: **`http://localhost:6009/?id=12345`**
## API 🍘
Free Python Cricket Score API - [@Cricket API](https://github.com/sanwebinfo/cricket-api)
## Built with ⚙
- HTML
- CSS, Bulma CSS Framework
- JavaScript
- PHP
- Fetch API
- Vercel Geist Font -
## Build Setup 📦
- Download or Clone the Repo
- Test the site via PHP Localhost
```bash
php -S localhost:6009
```
- Live match
```sh
http://localhost:6009/?id=12345
```
- Live Matches
```sh
http://localhost:6009/live.php
```
- Upcoming matches
```sh
http://localhost:6009/upcoming.php
```
- Enter cricbuzz match URL and Get 5 digit Match ID
```sh
http://localhost:6009/match.php
```
- `.env` data
```sh
APIURL=https://api.example.com/score?id=
URL=https://www.cricbuzz.com/cricket-match/live-scores/upcoming-matches
LIVE=https://www.cricbuzz.com/live-cricket-scores/
```
## LICENSE ✅
MIT