Skip to content

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors