https://github.com/sarthology/cricli
🏏 Small CLI app to show Live Score of Cricket matches in Terminal
https://github.com/sarthology/cricli
cli command-line-app command-line-tool commanderjs cricket node-crawler terminal
Last synced: 11 months ago
JSON representation
🏏 Small CLI app to show Live Score of Cricket matches in Terminal
- Host: GitHub
- URL: https://github.com/sarthology/cricli
- Owner: sarthology
- Created: 2018-08-23T06:15:45.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:38:00.000Z (over 3 years ago)
- Last Synced: 2025-07-03T11:05:01.807Z (11 months ago)
- Topics: cli, command-line-app, command-line-tool, commanderjs, cricket, node-crawler, terminal
- Language: JavaScript
- Size: 14.1 MB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

--------
🏏 Now check score from your terminal using one command.
## Installation
```bash
$ npm install -g cricli
```
## Usage
```sh
$ cricli
```
##### Options
- Commentary
```bash
-c, --commentary
```
- Live
```bash
-l, --live
```
- Scorecard
```bash
-s, --scorecard
```
- Umpires
```bash
-u, --umpires
```
- Recent
```bash
-r, --recent
```
- Toss
```bash
-t, --toss
```
- All
```bash
-a, --all
```
## How to contribute 🤓
It's just a start. We can do a lot in this to make it a proper tool. If you have any idea fork it, make changes and send us the pull request. We will be more than happy to help.
🔥 **[TEAM XENOX](http://teamxenox.com "TEAM XENOX")** 🔥
### Prerequisites
Before running this locally you must have these installed
+ **Node.js**
+ **npm**
### Installing
Installing is quite straight forward. Once you have cloned this repo simply run.
yarn install
After this just run the app using *node*
node index.js -a
## Built With
+ **[Commander](https://github.com/tj/commander.js)**
+ **[Crawler](https://github.com/bda-research/node-crawler)**
## License
This project is licensed under the MIT License - see the LICENSE.md file for details