paulyarabe / equidestined

1 stars 2 forks source link

EQUIDESTINED

TODO - make simple view to accept two addresses and return the midpoint (think about how to get coords without API)

NOTE - location.nearbys - geocoder method, will return any locations in the db that are nearby (defaults to 20 mi, can pass # mi as arg)

NOTE - location.distance - gets distance in miles from your location -- see screenshot/railscast for details

# #

NOTE: Geocoding by full address and not doing so until after validation are conmon with rails apps, per geocoder railscast

The latitude and longitude will update each time the location is saved to the db, IF the address has changed.

#


This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover: