cricket-cli

Get Live Cricket Score Update on Terminal and CMD.

Usage no npm install needed!

<script type="module">
  import cricketCli from 'https://cdn.skypack.dev/cricket-cli';
</script>

README

Cricket CLI 🏏

Score Test dependencies Status

Get Live Cricket Score Update on Terminal and CMD.

Cricket Score

Requirements

  • Node.js 12X LTS or 14X LTS 📦

Installation

  • Install via GIT or Download the Repo
git clone https://github.com/mskian/cricket-cli.git
cd cricket-cli
npm install
  • Create NPM Link for CLI
npm link

(OR)

  • Insall via NPM
npm install -g cricket-cli
$ livescore -h

Usage: livescore [options]

Options:
  -V, --version            output the version number
  -l, --live               Get Current Live Cricket Match Score
  -m, --match <Match URL>  Enter Cricbuzz Live Match URL and Fetch the Live Score data from Cricbuzz
  -h, --help               display help for command
  • Get Live Match Score
livescore -l
  • Get Other Live Match Details
livescore -m <Live Match URL 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/

My other Projects 🤓

# Project Name Description
01 Live Cricket Score Static Site A Simple Scrape Method - Fetch the Live Cricket Score from espncricinfo.com using Nodejs and Cheerio.js
02 IPL Special Cricket API for Get the Live IPL Cricket Score
03 Live IPL Score Update on Telegram Get Live IPL cricket Score on Telegram
04 Live Cricket Score Wordpress Plugin (JS Version) Get Live Cricket Score on Wordpress site call API using Javascript Fetch API
05 Live Cricket Score Wordpress Plugin (Wp Remote URL) Get Live Cricket Score on Wordpress site call API using Wordpress HTTP Remote URL
06 PWA Web App Real-time Live Cricket Score Web app + PWA Built using Nuxt.js

LICENSE 📕

MIT