sarthology / criCLI

🏏 Small CLI app to show Live Score of Cricket matches in Terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🏏 Now check score from your terminal using one command.

Installation

$ npm install -g cricli

Usage

$ cricli <options>
Options
  • Commentary
     -c, --commentary
  • Live
     -l, --live
  • Scorecard
     -s, --scorecard
  • Umpires
     -u, --umpires
  • Recent
     -r, --recent
  • Toss
     -t, --toss
  • All
     -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 πŸ”₯

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

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

🏏 Small CLI app to show Live Score of Cricket matches in Terminal


Languages

Language:JavaScript 100.0%