Skip to content

APIMuni on Google App Engine

2009 February 28
by dannyr

For my first project on the Google App Engine, I decided to create an API for NextMuni.com data. Parts of the code was based on Mihasya’s work on YourMuni, http://yourmuni.appspot.com. Beautiful Soup was used to get data from NextMuni and they are cached for 60 days using memcache.

The Url for the app is http://apimuni.appspot.com/. If any of you guys have any suggestions, leave them in the comments. I plan on exposing as much NextMuni data as I can (and as allowed).

My experience on GAE was great. The tutorials on their site were very helpful.  Deployment was brainless. I only needed to run a command on the prompt and my code was off to Production.

  • http://mihasya.com/blog/?p=245 mikhail panchenko / blog » Blog Archive » APIMuni by Danny Roa – Bringing NextMuni To The Masses

    [...] His writeup is here. [...]

  • joehughes

    Hey Danny,

    I'd like to invite you to join the Transit Developers mailing list, where there are a lot of other folks who might be interested in the work you've done here:
    http://groups.google.com/group/transit-developers/

    Cheers,
    Joe

  • dannyroa

    Joe,

    Thanks. I just joined.

  • joehughes

    Hey Danny,

    I'd like to invite you to join the Transit Developers mailing list, where there are a lot of other folks who might be interested in the work you've done here:
    http://groups.google.com/group/transit-developers/

    Cheers,
    Joe

  • dannyroa

    Joe,

    Thanks. I just joined.