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

https://github.com/sanwebinfo/ts-cricket-score

๐ŸŒ Free Live Cricket Score JSON API (Typescript Version) - Get data from Cricbuzz - Live Cricket Score API โšก
https://github.com/sanwebinfo/ts-cricket-score

api bulma cricket cricket-api cricket-app cricket-data cricket-score css express html javascript json typescript

Last synced: 3 months ago
JSON representation

๐ŸŒ Free Live Cricket Score JSON API (Typescript Version) - Get data from Cricbuzz - Live Cricket Score API โšก

Awesome Lists containing this project

README

        

# ๐ŸŒ Live Cricket Score ๐Ÿ

![build-test](https://github.com/sanwebinfo/ts-cricket-score/workflows/build-test/badge.svg)

๐ŸŒ Free Live Cricket Score JSON API (Typescript Version) - Get data from Cricbuzz - Live Cricket Score API โšก

Typescript Version - Get Live Cricket Score data from Cricbuzz.com

This is an unofficial API and not Linked or Partnered with Any Brands/Company.

**Note**

I primarily built this tool for personal use, and I mostly run it on my home server or localhost.This tool is not recommended for production use, this is for educational purpose , you are welcome to fork the project and make any changes as needed.

## Setup

- Download or Clone the repo
- install dependencies

```sh
pnpm install
```

- Development

```sh
pnpm dev
```

- Build a Project

```sh
pnpm build
```

- Start the server

```sh
pnpm start
```

## Routes

- `/` - Static Home Page for Fetch Live Cricket Score
- `/score` - Score API

## API Usage

- Get Live Cricket Score

```sh
curl http://localhost:6020/score?id=12345
```

## Disclaimer ๐Ÿ—ƒ

- This is not an Offical API from Cricbuzz - it's an Unofficial API
- This is for Education Purpose only - use at your own risk on Production Site
- All Credits Goes to

The score data retrieved from CricBuzz is collected strictly for personal use only. This data is scraped using custom scripts and stored locally on my Android device, which functions as a personal server. The data is accessed and displayed via Termux, and the network traffic is securely proxied through a Cloudflare Argo Tunnel.

This setup is fully contained within my personal environment and is not accessible to the outside world. The data is not served externally or used for any commercial purposes. I do not claim ownership of any data or content provided by CricBuzz. The scraping process is solely for personal use and complies with CricBuzzโ€™s terms of service, ensuring no infringement on their intellectual property rights.

Please note that any use, redistribution, or public display beyond personal use may violate CricBuzzโ€™s terms and may be subject to legal or ethical consequences. I take no responsibility for any actions outside of personal, non-commercial use.

## LICENSE

MIT