jmtellez / CLI-mate

Node CLI app that gives you the weather forecast for a given city.
6 stars 10 forks source link

Adding autolocate function #22

Closed aaronzshey closed 3 years ago

aaronzshey commented 3 years ago

The function accepts a single callback as an argument and returns the city, which can then be passed into geocode for finding the latitude and longitude.

jmtellez commented 3 years ago

LGTM