Skip to content

A library of simple functions used to interact with the Citibike API. Contains a background process to ensure quick delivery of data

Notifications You must be signed in to change notification settings

peebeejay/CitibikeAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Citibike-API-Wrapper

A library of simple functions for interaction with the Citibike API. Contains a continuously-running background process to ensure quick delivery of up-to-date data

How to Use

Instantiate the class with:

>>> c = CitibikeAPI(interval=15)

Call any of the functions shown below to request data:

>>> c.systemRegions()
>>> c.stationInformation()
>>> c.stationStatus()
>>> c.systemInformation()
>>> c.systemAlerts()

About

A library of simple functions used to interact with the Citibike API. Contains a background process to ensure quick delivery of data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages