Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T17:36:41.000Z (5 months ago)
- Last Synced: 2024-10-01T05:41:27.972Z (about 2 months ago)
- Topics: bulma, cricket, cricket-api, cricket-app, cricket-data, cricket-score, css, html, javascript, php
- Language: PHP
- Homepage: https://score.mskian.com
- Size: 332 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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