• Stars
    star
    180
  • Rank 208,156 (Top 5 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created about 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

⚽ 💻 The finest Worldcup 2018 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

More Repositories

1

dotfiles

A set of vim, zsh, and tmux configuration files for JavaScript Developer who likes to use Vim/NeoVim on macOS.
Vim Script
60
star
2

flappy-bird-react

JavaScript
25
star
3

react-redux-tutorial

All my react-redux tutorial on my Blog
JavaScript
23
star
4

rerepa-starter-kit

⚒✈️Yet another minimal frontend starter kit with React.js and Parcel Bundler
JavaScript
19
star
5

fastify-response-caching

A Fastify plugin for caching the response
JavaScript
17
star
6

slido

JavaScript
15
star
7

lottie-sample

Demo after effect animation on web using Lottie
CSS
14
star
8

ghtk-ext

JavaScript
10
star
9

what-language-for-me

JavaScript
8
star
10

codeaholicguy

JavaScript
7
star
11

public-speaking

My public speaking slide decks and information.
7
star
12

cv

JavaScript
7
star
13

nodejs-mongodb-docker-example

JavaScript
6
star
14

koajs-starter-kit

Simple starter kit for using KoaJS to build a web application written in ES7.
JavaScript
6
star
15

nodejs-slack-bot

Simple Slack bot using NodeJS
JavaScript
5
star
16

amlich.js

JavaScript
4
star
17

github-slideshow

A robot powered training repository 🤖
Ruby
4
star
18

angular-tutorial

All my angular tutorial on my Blog
HTML
3
star
19

mediasource-over-websocket

HTML
3
star
20

steam4j

Steam4j is a Steam API binding library for the Java language.
Java
3
star
21

server-rendering-react

React application server side rendering
JavaScript
2
star
22

lypic-web

JavaScript
2
star
23

intro-html

A robot powered training repository 🤖
CSS
2
star
24

tmux-lunar-date

Display lunar date on Tmux status bar
Shell
1
star
25

coderschool-restaurant

A restaurant website
Ruby
1
star
26

kobiflow

Optimizing Kobiton developer productivity by minimizing effort of using different tools
JavaScript
1
star
27

gearman-distributed-job

Familiar with Gearman distributed job
Java
1
star