nodejs-starter-kit icon indicating copy to clipboard operation
nodejs-starter-kit copied to clipboard

Geolocation Module

Open thebishaldeb opened this issue 5 years ago • 2 comments

https://developers.google.com/maps/documentation/javascript/geolocation

  1. Seed Database of 100 Random locations (latitudes + longitudes)
  2. /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.

thebishaldeb avatar May 06 '20 08:05 thebishaldeb

  1. /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.

beingtmk avatar May 06 '20 08:05 beingtmk

We need to find a way to use Trigo functions in sqlite3, it can be implemented then.

thebishaldeb avatar May 19 '20 12:05 thebishaldeb