World cup results in the command line. written in Node.JS.
This tool is inspired this python version and couldn't be done without Soccer for Good API.
First you should have Node.JS installed.
After that, open the the terminal and simply run:
npm install -g nodecup
You might want to add sudo
if the previous command demand administrator rights.
This command will show all the matches played/are being played/will be played today.
nodecup today
Or if you want tomorrow's matches:
nodecup tomorrow
if you want to see the matches of a specific country run
nodecup "FIFA country code"
, click here for a list of FIFA country codes, for example:
nodecup GER
will show all the matches of Germany
nodecup current
will show the current matches (if any):
and finally
nodecup
will show all the matches of the world cup: