# NBA Schedule CLI
Get the last NBA Results and Schedule from command line.

[![npm](https://img.shields.io/npm/v/nba-schedule?style=for-the-badge)](https://www.npmjs.com/package/nba-schedule)  [![npm](https://img.shields.io/npm/dm/nba-schedule?style=for-the-badge)](https://www.npmjs.com/package/nba-schedule)

<h3 align="left">Connect with me:</h3>
<p align="left"> <a href="https://twitter.com/geekofer" target="blank"><img src="https://img.shields.io/twitter/follow/geekofer?logo=twitter&style=for-the-badge" alt="geekofer" /></a> <a href="https://paypal.me/geekofr?locale.x=es_XC" target="blank"> <img src="https://img.shields.io/badge/Donate☕-blue?style=for-the-badge&logo=paypal" alt="paypal" /></a></p>

## Instalation
```bash
npm install -g nba-schedule
```

## Usage
|Command|Alias|Description |
|--|--|--|
|`nba-schedule --today` |  `-t` | Get schedule for today |
|`nba-schedule --yesterday` |  `-y` | Get yesterday schedule and results |
|`nba-schedule --tomorrow` |  `-m` | Get schedule for tomorrow |
|`nba-schedule --date [MM/D/YYYY]` |  `-d` | Get schedule for specific date |
|`nba-schedule --teams-standings` |  `-s` | Get teams position and standings |
|`nba-schedule --players-standings` |  `-p` | Get players leaders standings |


## Cooming Soon
- Get last NBA news

## Dependencies
- Node >= 12