Skip to content

Client wrapper api for syncromatics transit systems

Notifications You must be signed in to change notification settings

chuyaguo/hackromatics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hackromatics

Client wrapper api for Syncromatics (http://www.syncromatics.com/) transit system.

install

Requires requests (https://github.com/kennethreitz/requests).

how to use

import hackromatics

# connect the the server
api = hackromatics.API('http://ladotbus.com')

# get the transit regions
regions = api.regions()

# print out some info about the regions
for region in regions:
    print region.Name

sample sites

Here is an incomplete list of Syncromatics hosted transit sites:

About

Client wrapper api for syncromatics transit systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published