All Projects → streaver → libertadores-cli

streaver / libertadores-cli

Licence: MIT License
A simple CLI to get information about "Copa Libertadores" right in your terminal

Programming Languages

javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to libertadores-cli

epl mysql db
Free/open English Premier League results database from 1993-2017. Dump format is MySQL and sqlite.
Stars: ✭ 26 (+30%)
Mutual labels:  soccer
percy-agent
[Deprecated in favor of `@percy/cli`] An agent process for integrating with Percy.
Stars: ✭ 21 (+5%)
Mutual labels:  oclif
football analytics
⚽📊 A collection of football analytics projects, data, and analysis by Edd Webster (@eddwebster), including a curated list of publicly available resources published by the football analytics community.
Stars: ✭ 405 (+1925%)
Mutual labels:  soccer
understatr
fetch understat data
Stars: ✭ 72 (+260%)
Mutual labels:  soccer
aio-cli-plugin-runtime
Adobe I/O Runtime plugin for the Adobe I/O CLI
Stars: ✭ 15 (-25%)
Mutual labels:  oclif
angular-footballdata-api-factory
AngularJS Factory for the football-data.org JSON REST API
Stars: ✭ 48 (+140%)
Mutual labels:  soccer
Game-Animation
A python tool to visualise game animations
Stars: ✭ 74 (+270%)
Mutual labels:  soccer
euro2016predictor
Soccer Matches Predictor using Machine Learning
Stars: ✭ 38 (+90%)
Mutual labels:  soccer
ggshakeR
An analysis and visualization R package that works with publicly available soccer data
Stars: ✭ 69 (+245%)
Mutual labels:  soccer
robocup-firmware
Georgia Tech RoboJackets Firmware for the RoboCup Small Size League
Stars: ✭ 22 (+10%)
Mutual labels:  soccer
soccer-bookmaker-odds
Historical data of bookmaker odds for some of the major soccer European leagues.
Stars: ✭ 16 (-20%)
Mutual labels:  soccer
fotmob
⚽ A wrapper around the unofficial FotMob API
Stars: ✭ 22 (+10%)
Mutual labels:  soccer
international results
www.kaggle.com/martj42/international-football-results-from-1872-to-2017
Stars: ✭ 25 (+25%)
Mutual labels:  soccer
hackmd-cli
The HackMD/CodiMD Command Line Tool
Stars: ✭ 91 (+355%)
Mutual labels:  oclif
regista
An R package for soccer modelling
Stars: ✭ 71 (+255%)
Mutual labels:  soccer
mezzala
Models for estimating football (soccer) team-strength
Stars: ✭ 23 (+15%)
Mutual labels:  soccer
world-cup-scoreboards
⚽🏆 A Node.js CLI to show FIFA World Cup 2018 results in real time.
Stars: ✭ 16 (-20%)
Mutual labels:  soccer
sport-stats
Sport stats UI components
Stars: ✭ 62 (+210%)
Mutual labels:  soccer
rcssserver
The RoboCup Soccer Simulator Server
Stars: ✭ 100 (+400%)
Mutual labels:  soccer
rsoccerlive
Live highlight updates from the https://reddit.com/r/soccer subreddit.
Stars: ✭ 14 (-30%)
Mutual labels:  soccer

libertadores-cli

A simple CLI to get information about "Copa Libertadores" right in your terminal!

In South America, where we are from, soccer is a passion and everyone goes crazy when the "Copa Libertadores" is going on so we built this CLI to get some information about it! Checkout our article about building awesome CLIs: Building awesome CLIs with JavaScript and Oclif

Preview

Table of Content

Usage

$ npm install -g libertadores-cli
$ libertadores COMMAND
running command...
$ libertadores (-v|--version|version)
libertadores-cli/1.1.1 darwin-x64 node-v11.14.0
$ libertadores --help [COMMAND]
USAGE
  $ libertadores COMMAND
...

Commands

libertadores games:all

Retrieves all the games for the "Copa Libertadores"

USAGE
  $ libertadores games:all

OPTIONS
  -s, --game-site  Whether or not to show a link to the game site

DESCRIPTION
  Color coding:

  - green means it has already been played
  - red means it is a future game

See code: src/commands/games/all.js

libertadores games:past

Retrieves all the past games for the "Copa Libertadores"

USAGE
  $ libertadores games:past

OPTIONS
  -s, --game-site  Whether or not to show a link to the game site

See code: src/commands/games/past.js

libertadores games:upcoming

Retrieves all the upcoming games for the "Copa Libertadores"

USAGE
  $ libertadores games:upcoming

See code: src/commands/games/upcoming.js

libertadores help [COMMAND]

display help for libertadores

USAGE
  $ libertadores help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Contributing

All contributions or issue reporting are welcomed. If you are filing a bug please include information to help debug it!

If you plan to contribute, please make sure you test the code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].