Coder Social home page Coder Social logo

mskian / deno-cricket-cli Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 21 KB

Live Cricket Score CLI - Get Live Cricket Score Update on your Terminal and CMD - Build using Deno.

Home Page: https://deno.land/x/cricket

License: MIT License

TypeScript 100.00%
cli command-line command-line-tool cricket cricket-api cricket-app cricket-score deno deno-cli typescript

deno-cricket-cli's Introduction

Cricket CLI

Test CLI Deno

Live Cricket Score CLI - Get Live Cricket Score Update on your Terminal and CMD - Build using Deno.

Prerequisites

Features

  • Get Current Live Cricket Match Score
  • Get Live Match Score by Entering Cricbuzz Live Match Score ID (You can Get it from URL)

Usage

  • Clone or Download the Repo
git clone https://github.com/mskian/deno-cricket-cli.git
cd deno-cricket-cli
  • Run the CLI without installation
# Get Current Live Cricket Match Score
deno run --allow-net --allow-read main.ts -l

(or)

deno task live

# Get Live Match Score by Entering Cricbuzz Live Match Score ID (You can Get it from URL)
deno run --allow-net --allow-read main.ts -m 123456

(or)

deno task match 123456

# Help Section
deno run --allow-net --allow-read main.ts -h

(or)

deno task help
deno install --allow-net --name cricket https://deno.land/x/cricket/main.ts
  • install CLI via Cloned repo or download (For Development)
deno install --allow-net --name cricket main.ts
# Get Current Live Cricket Match Score
cricket -l

# Get Live Match Score by Entering Cricbuzz Live Match Score ID (You can Get it from URL)
cricket -m 123456

# Help Section
cricket -h

uninstall

deno uninstall cricket
  • Use directly without download or install Locally by using deno.land or nest.land
deno run --allow-net https://deno.land/x/cricket/main.ts -l
deno run --allow-net https://deno.land/x/cricket/main.ts -m 123456
deno run --allow-net https://deno.land/x/cricket/main.ts -h
deno run --allow-net https://x.nest.land/[email protected]/main.ts -l
deno run --allow-net https://x.nest.land/[email protected]/main.ts -m 123456
deno run --allow-net https://x.nest.land/[email protected]/main.ts -h

Credits

LICENSE

MIT

deno-cricket-cli's People

Contributors

mskian avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.