livescores is a command line application to view the live cricket scores right on your terminal. While we await the prime cricket season coming up with IPL and WC, why switch to a browser to view live scores when you can view it right on your terminal.🤓
Expect more updates with player rankings, scorecards as we inch towards the IPL and the WC.
Use npm to install livescores.
npm i livescores -g //-g to install the project globally
Complete live cricket feed
livescores feed
Latest cricket news
livescores news
Help
livescores --help
Version
livescores --version
I'm currently working on the cricket news option. If you'd like to contribute please raise an issue with a feature and then we can take it ahead.
You must have the below dependencies before you start working on it.
Node.js
npm
yarn
Once you've met the dependencies, run this command to install
yarn install
And then run the project with node
node index.js <command>