Location using NodeJS

1

I'm starting with Node and I'm creating an application where I wanted to get the current location of the user and with this location I can make comparisons and if possible save in the Bank.

I think it will work this way:

  • The user will create a group
  • When group is created, add the location where this group was created in the database along with group details such as name, image, etc.
  • I want to save the location where the group was created because I want to use it as a comparison if the user searches for new groups to be part of it, showing the groups that were created next to it.

    I would like to know if it is possible to do this and if so, how could I make a comparison to list the groups that are in a "x" KM radius

        
    asked by anonymous 21.12.2016 / 01:58

    0 answers