View on GitHub

itsmarta.github.io

itsmarta Github site

Welcome to MARTA's GitHub Page.

Our primary goal with this site is to build and share code with local (and not-so-local) developers looking to create great applications with MARTA's data or for anybody interested in tinkering around with that data. We're currently experimenting with building some python, ruby on rails, and java libraries for you to play around with. Here's just a sample:

def getBuses(route=''):
	
	#Base URL for MARTA API
	base = 'http://developer.itsmarta.com/BRDRestService/BRDRestService.svc/'

If you want to see more, continue on to some of our repositories.