codefordurham / StreetWise

Show local information for your Durham home address
https://streetwise-dev1.herokuapp.com/
MIT License
3 stars 3 forks source link

PYTHON or JAVASCRIPT: get_nearest_library function #7

Open ssciere opened 5 years ago

ssciere commented 5 years ago

The goal of the get_nearest_library function is to return name, address and phone number of nearest durham public library branch to the user's address.

#############STARTER CODE########################## def get_library_info (street_address, zip, lat, lon):

TODO

resulting_info = {'name':name,'address':address, 'phone':phone}
return (resulting_info)

###################################################

NOTES:

Thanks for working on StreetWise!

ssciere commented 5 years ago

This is mostly working