Cricket CLI 🏏
Get Live Cricket Score Update on Terminal and CMD.
Requirements
- Node.js 18X LTS or 20x LTS 📦
Installation
- Install via GIT or Download the Repo
git clone https://github.com/mskian/cricket-cli.git
cd cricket-cli
npm install
sudo npm link
npm rm --global cricket-cli
(OR)
npm install -g cricket-cli
npx cricket-cli
npx cricket-cli -l
$ livescore -h
Usage: livescore [options]
Options:
-V, --version output the version number
-l, --live Get Current Live Cricket Match Score
-m, --match <Match ID> Enter Cricbuzz Live Match ID and Fetch the Live Score data from Cricbuzz Live Score Data
-h, --help display help for command
- Get Current Live Match Score
livescore -l
- Get Other Live Match Details
livescore -m <Live Match ID from Cricbuzz>
API Library 🗃
Disclaimer 🗃
- This is not an Offical CLI tool from Cricbuzz - it's an Unofficial CLI tool and API
- This is for Education Purpose only - use at your own risk on Production Site
All Credits Goes to https://www.cricbuzz.com/
LICENSE 📕
MIT