Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cricket-data

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cricket-data

Get Live Cricket Score Update on Terminal and CMD.

  • 1.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Cricket CLI

build-test npm

Get Live Cricket Score Update on Your Terminal, CMD and Termux.

Built using

  • Typescript
  • Axios
  • Yargs - https://yargs.js.org/
  • Yaml - Read the API URL

Setup

  • Clone or Download Repo

git clone https://github.com/sanwebinfo/cricket-cli.git

## Open Project Folder
cd cricket-cli

## install packages
pnpm install

## build CLI
pnpm build

  • Create cricket.yml file on your HOME Directory to add Cricket API URL
BASE_URL: 'https://cricket.example.com/score
npm link or pnpm link --global
  • unlink CLI
npm rm --global cricket-data or pnpm uninstall --global cricket-data
  • Access CLI Globally

cricket score --help

cricket score <MatchID>

cricket score <MatchID> --details

  • Access via NPX
npx cricket-data score <MatchID> or npx cricket-data score --help
  • install via NPM and PNPM

## install via npm
npm install -g cricket-data

## Remove Package
npm uninstall -g cricket-data


## install via pnpm
pnpm install -g cricket-data

## update package
pnpm update -g cricket-data

## Remove Package
pnpm uninstall -g cricket-data

MISC (Development)

  • Clear NPX and PNPM Cache
npx clear-npx-cache
pnpm store prune

Contributing 🙌

Your PR's are Welcome

Disclaimer 🗃

  • This is not an Offical API from Cricbuzz - it's an Unofficial API
  • This is for Education Purpose only - use at your own risk on Production Site

All Credits Goes to https://www.cricbuzz.com/

LICENSE

MIT

Keywords

FAQs

Package last updated on 21 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc