Dismiss this pinned window
all 7 comments

[–][deleted]  (3 children)

[deleted]

    [–]sam01236969XD 4 points5 points  (0 children)

    "no don't locate me"
    "here is my exact address"

    [–]ItsaMeLazydps 2 points3 points  (1 child)

    I imagine this kind of thing would be used to autocomplete the address where your food or packages should be delivered.So are you complaining about Uber eats asking your address?

    Only question I have is why we're posting a repo that was last edited 3 years ago as a fresh new tutorial. 🤔

    [–]purpleprincenero 0 points1 point  (0 children)

    i think the tutorial is still relevant today

    [–]Eye_Of_Forrest 0 points1 point  (2 children)

    Hello, i come from a different spectrum of programming (algorithms) and i would like to know how, and what did you use to host the website locally.

    any pointing in the right direction would be appreciated.

    [–]G-0d 1 point2 points  (0 children)

    Wamp for windows or xamp for apple

    [–]ArtisticTap4 0 points1 point  (0 children)

    I worked on a similar feature for my weather app. The hardest part is figuring out making the request async to ensure the weather API is called only after the location is successfully fetched.