Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Updates and readme credits
Browse files Browse the repository at this point in the history
  • Loading branch information
mskian committed Oct 14, 2023
1 parent 26f2116 commit 9af0983
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
17 changes: 3 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Get Live Cricket Score Update on Terminal and CMD.

## Requirements

- Node.js 14X LTS, 16X LTS or 18x LTS 📦
- Node.js 16X LTS or 18x LTS 📦

## Installation

Expand Down Expand Up @@ -80,25 +80,14 @@ livescore -m <Live Match ID from Cricbuzz>

## API Library 🗃

- Free Cricket API - <https://github.com/mskian/cricket-api>
- Free Cricket API - <https://github.com/sanwebinfo/cricket-api-nodejs>

## 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](https://github.com/mskian/livescore) | A Simple Scrape Method - Fetch the Live Cricket Score from `espncricinfo.com` using Nodejs and Cheerio.js |
| 02 | [IPL Special](https://github.com/mskian/iplscore) | Cricket API for Get the Live IPL Cricket Score |
| 03 | [Live IPL Score Update on Telegram](https://github.com/mskian/score-update) | Get Live IPL cricket Score on Telegram |
| 04 | [Live Cricket Score Wordpress Plugin (JS Version)](https://github.com/mskian/hello-cricket) | Get Live Cricket Score on Wordpress site call API using Javascript Fetch API |
| 05 | [Live Cricket Score Wordpress Plugin (Wp Remote URL)](https://github.com/mskian/san-cricket) | Get Live Cricket Score on Wordpress site call API using Wordpress HTTP Remote URL |
| 06 | [PWA Web App](https://github.com/mskian/vue-cricket) | Real-time Live Cricket Score Web app + PWA Built using Nuxt.js |
All Credits Goes to <https://www.cricbuzz.com/>
## LICENSE 📕
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
},
"keywords": [
"cricket",
"cricket api",
"score",
"live",
"match",
"cricketscore",
"cricket-cli"
"live score",
"cricket score",
"cricket cli"
],
"type": "module",
"author": "Santhosh Veer",
Expand Down

0 comments on commit 9af0983

Please sign in to comment.