nodejs-starter-kit
nodejs-starter-kit copied to clipboard
Geolocation Module
https://developers.google.com/maps/documentation/javascript/geolocation
- Seed Database of 100 Random locations (latitudes + longitudes)
- /location/filter-by-distance page:
- will get users location
- will ask for a value of distance
- will filter locations from the database at that distance from user's location.
- /location/filter-by-default-distance:
- Each of the Seed location will have default distance value
- will filter locations from database, which are at default distance from user's location.
We need to find a way to use Trigo functions in sqlite3, it can be implemented then.