Skip to content

reddit-habs/nhlapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nhlapi

Documentation

This library was created to simplify querying the NHL's API from Python. It's as simple as this:

from nhlapi import NHLAPI, SyncClient

api = NHLAPI(SyncClient)
t = api.teams()
print(t)

See the documentation for more information.

License

This library is licensed under the Zlib license which is a permissive license that permits commerical and non FOSS uses.

About

Python library that works with the NHL API. Docs:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published