All Projects → codeaholicguy → Wowcup

codeaholicguy / Wowcup

Licence: mit
⚽ 💻 The finest Worldcup 2018 CLI.

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Wowcup

Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (-2.73%)
Mutual labels:  cli
Piano Rs
A multiplayer piano using UDP sockets that can be played using computer keyboard, in the terminal
Stars: ✭ 180 (-1.64%)
Mutual labels:  cli
Brightness Cli
Change the screen brightness
Stars: ✭ 182 (-0.55%)
Mutual labels:  cli
Ni
💡 Use the right package manager
Stars: ✭ 179 (-2.19%)
Mutual labels:  cli
Nba Live
Watch NBA games in the terminal, the content in Chinese only.
Stars: ✭ 181 (-1.09%)
Mutual labels:  cli
Alive Progress
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
Stars: ✭ 2,940 (+1506.56%)
Mutual labels:  cli
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+1491.26%)
Mutual labels:  cli
Commander
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
Stars: ✭ 183 (+0%)
Mutual labels:  cli
Tusk
The modern task runner
Stars: ✭ 181 (-1.09%)
Mutual labels:  cli
Msgphp
Reusable domain layers. Shipped with industry standard infrastructure.
Stars: ✭ 182 (-0.55%)
Mutual labels:  cli
Fzy
🔍 A simple, fast fuzzy finder for the terminal
Stars: ✭ 2,295 (+1154.1%)
Mutual labels:  cli
Emuto
manipulate JSON files
Stars: ✭ 180 (-1.64%)
Mutual labels:  cli
Athenapdf
Drop-in replacement for wkhtmltopdf built on Go, Electron and Docker
Stars: ✭ 2,160 (+1080.33%)
Mutual labels:  cli
Demo
A framework for performing live pre-recorded command line demos in the wild 📼
Stars: ✭ 179 (-2.19%)
Mutual labels:  cli
Gitmux
💻 Git in your tmux status bar
Stars: ✭ 180 (-1.64%)
Mutual labels:  cli
Delta
Delta is a command-line diff tool implemented in Go.
Stars: ✭ 178 (-2.73%)
Mutual labels:  cli
Webpack Cli
webpack CLI provides the interface of options webpack uses in its configuration file. The CLI options override options passed in the configuration file.
Stars: ✭ 2,270 (+1140.44%)
Mutual labels:  cli
Appfairy
A CLI tool to Migrate a Webflow project into a React app
Stars: ✭ 183 (+0%)
Mutual labels:  cli
Ezshare
Easily share files, folders and clipboard over LAN - Like Google Drive but without internet
Stars: ✭ 182 (-0.55%)
Mutual labels:  cli
Nodejs Master Class
🛠 This repository contains the homework assignment for Node.js Master Class that is focused on building a RESTful API, web app GUI, and a CLI in plain Node JS with no NPM or 3rd-party libraries
Stars: ✭ 182 (-0.55%)
Mutual labels:  cli

wowcup

The finest Worldcup 2018 CLI. Inspired by nba-go.

wowcup is a node command line application written in TypeScript using oclif (a Node.JS Open CLI Framework).

This is still in its early stages of development, so do expect bugs and errors. Your contributions are very welcome!

All data comes from api.football-data.org APIs.

oclif Version CircleCI Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g wowcup
$ wowcup COMMAND
running command...
$ wowcup (-v|--version|version)
wowcup/0.0.7 darwin-x64 node-v10.3.0
$ wowcup --help [COMMAND]
USAGE
  $ wowcup COMMAND
...

Usage

wowcup provides two main commands.

  1. fixtures

  2. standings

Commands

wowcup fixtures

get worldcup fixtures

USAGE
  $ wowcup fixtures

OPTIONS
  -h, --help     show CLI help
  -l, --last     get last recent fixtures in 24h
  -n, --next     get next recent fixtures in 24h
  -p, --playing  get playing fixtures
  -q, --quiet    do not show splash header

EXAMPLES
  $ wowcup fixtures
  $ wowcup fixtures -n
  $ wowcup fixtures -l
  $ wowcup fixtures -p

See code: src/commands/fixtures.ts

wowcup help [COMMAND]

display help for wowcup

USAGE
  $ wowcup help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

wowcup standings

get worldcup standings

USAGE
  $ wowcup standings

OPTIONS
  -h, --help         show CLI help
  -q, --quiet        do not show splash header
  -t, --table=table  get standings by table

EXAMPLES
  $ wowcup standings
  $ wowcup standings -t a

See code: src/commands/standings.ts

Development

The following is step-by-step instruction to run wowcup on your local computer.

$ git clone https://github.com/codeaholicguy/wowcup.git
$ cd wowcup
$ yarn
$ bin/run <command>

License

MIT

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].