Skip to content
This repository has been archived by the owner on Oct 7, 2018. It is now read-only.

xlucas/euro2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Euro2016 CLI

Installation

go get github.com/xlucas/euro2016

Configuration

The underlying API has a rate limit of 50 calls per day for a given IP. To overcome this limitation, register a free account here.

Register the token you received by email in $HOME/.euro2016.json :

{"token": "<token_value>"}

Usage

Display full competition schedule

euro2016 schedule full

Display games of the day

euro2016 schedule today

Display live games

euro2016 schedule status IN_PLAY

Show rankings

euro2016 rankings full

Show ranking for a specific group

euro2016 rankings group A

Print teams

euro2016 teams

License

MIT

Releases

No releases published

Packages

No packages published

Languages