nhl-cli

A CLI tool to get NHL scores

Usage no npm install needed!

<script type="module">
  import nhlCli from 'https://cdn.skypack.dev/nhl-cli';
</script>

README

NHL CLI

A CLI tool to display NHL games and scores.

NHL scores in the terminal

Install

npm install nhl-cli -g

Commands

Today's NHL games and scores

nhl
nhl today

Tomorrow's NHL game schedule

nhl tomorrow

Yesterday's NHL games and scores

nhl yesterday

Date of NHL games and scores

nhl date 2016-03-15

Contributing

  1. Fork it
  2. Run npm install
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

License

MIT © Ryan Burgess