beingtmk / nodejs-starter-kit

A Universal Javascript Starter Kit to satisify all you Web / App needs!
https://nodejs-starterkit.approxyma.com
MIT License
27 stars 15 forks source link

Geolocation Module #42

Open thebishaldeb opened 4 years ago

thebishaldeb commented 4 years ago

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.
beingtmk commented 4 years ago
  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.
thebishaldeb commented 4 years ago

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