nickyhajal / world-domination-summit

Code for the World Domination Summit
http://worlddominationsummit.com
3 stars 5 forks source link

Get nearby attendees #29

Open nickyhajal opened 10 years ago

nickyhajal commented 10 years ago

This should be a function part of the User model (/app/models/users.coffee) that returns a random set of other users that live within a given radius, based on the latitude-longitude we've calculated for them.

Parameters:

radius: the radius in that should be considered units: miles or kilometers (default to miles)