π Now check score from your terminal using one command.
$ npm install -g cricli
$ cricli <options>
- Commentary
-c, --commentary
- Live
-l, --live
- Scorecard
-s, --scorecard
- Umpires
-u, --umpires
- Recent
-r, --recent
- Toss
-t, --toss
- All
-a, --all
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 π₯
Before running this locally you must have these installed
- Node.js
- npm
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
This project is licensed under the MIT License - see the LICENSE.md file for details