Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 1 day ago
JSON representation

Get Real-time Live Cricket Score Update without refreshing the page.

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