-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcli_showcase.sh
40 lines (27 loc) · 965 Bytes
/
cli_showcase.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
python setup.py install
echo '\n\nGet nhlapip usage and examples:\n'
nhlapip
echo '\n\nGet data from NHLAPI for 1 player:\n'
nhlapip Player 8451101
echo '\n\nGet data from NHLAPI for 2 players:\n'
nhlapip Player 8451101 8451102
echo '\n\nGet data from NHLAPI for PlayTypesMd :\n'
nhlapip PlayTypesMd
echo '\n\nGet data from NHLAPI for Awards :\n'
nhlapip Awards
echo '\n\nGet data from NHLAPI for Stanley Cup :\n'
nhlapip Awards 1
echo '\n\nGet data from NHLAPI for Teams :\n'
nhlapip Team
echo '\n\nGet data from NHLAPI for 1 Team :\n'
nhlapip Team 1
echo '\n\nGet data from NHLAPI for 2 Teams :\n'
nhlapip Team 1 2
echo '\n\nGet data from NHLAPI for current playoffs :\n'
nhlapip Tournament playoffs
echo '\n\nGet data from NHLAPI for current olympics :\n'
nhlapip Tournament olympics
echo '\n\nGet data from NHLAPI for season schedule :\n'
nhlapip Schedule 19931994
echo '\n\nGet data from NHLAPI for season stadings :\n'
nhlapip Standings 19931994