JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q34629F
  • License MIT

Get FIFA world cup 2014 scores straight from the command line

Package Exports

  • worldcup

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (worldcup) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

worldcup

The hacker's way to get worldcup scores!

screen shot 2014-06-22 at 3 43 22 pm

Installation

Node.js and NPM are required in order to install the woldcup command.

npm install worldcup -g

The flag -g ensures that the worldcup command is installed and accessible globally.

Command usage

$ worldcup today

Today’s matches:

Belgium                    1 - 0                     Russia
-----------------------------------------------------------
Played Today at 12:00 PM. Belgium won

  88' ⚽  Origi                    

Korea Republic             0 - 0                    Algeria
--o--------------------------------------------------------
Being played now: 6 minutes gone


USA                        0 - 0                   Portugal
-----------------------------------------------------------
Will be played Today at 6:00 PM
$ worldcup current

Current match:

Korea Republic             0 - 0                    Algeria
-----o-----------------------------------------------------
Being played now: 10 minutes gone
$ worldcup tomorrow

Tomorrow’s matches:

Australia                  0 - 0                      Spain
-----------------------------------------------------------
Will be played Tomorrow at 12:00 PM


Netherlands                0 - 0                      Chile
-----------------------------------------------------------
Will be played Tomorrow at 12:00 PM


Cameroon                   0 - 0                     Brazil
-----------------------------------------------------------
Will be played Tomorrow at 4:00 PM


Croatia                    0 - 0                     Mexico
-----------------------------------------------------------
Will be played Tomorrow at 4:00 PM

Credits

Inspired from the python version of worldcup