Meeting Spot is a web application that allows you and your friends to input their locations and find a common meeting place based on transit time. You can also input other parameters like type of place, time of meeting and price point.
Visit http://socialradius.herokuapp.com/
Bundle the Gemfile
bundle install
Migrate your database
rake db:migrate
Run the server
rails s
Application will be running on http://localhost:3000/
Input the a name for the map and the city you want the Meeting Spot to appear at.
Input the addresses where each of the attendees will be traveling from.
Once you identify your preferences for type of location (Bar, Cafe, Restaurant), Time and Date of Meeting and Maximum Price point click the "Find Meeting Place" button.
The suggested meeting places will populate to the right of the map.
Happy Meeting!