Upgrade to Pro — share decks privately, control downloads, hide ads and more …

CitiBike Finder

CitiBike Finder

Building a Sinatra App with CitiBike's JSON Station feed and the Google Maps API

kylefdoherty

July 23, 2014
Tweet

More Decks by kylefdoherty

Other Decks in Programming

Transcript

  1. Realistic Goals Sinatra using Citi Bike JSON Feed Search for

    nearby stations Google Maps API for directions
  2. Controller Station (Geocoder gem) Name & Location - Station Name

    - Location Station Refresher - # of Bikes - # of Docks
  3. What You Need... 1. Directions Renderer Object • new google.maps.DirectionsRenderer();

    2. Directions Service Object • new google.maps.DirectionsService();
  4. Next Steps Rails App Write Tests & Refactor Create prediction

    model Optimize DB calls Use caching to speed up responses