A Simple Flask app to find geocode given place name. Geocoding is the process of converting addresses (like a street address) into geographic coordinates (like latitude and longitude), which you can use to place markers on a map, or position the map. Reverse geocoding is the process of converting geographic coordinates into a human-readable address.
/
/places/<place-name>
eg: /places/adoor
git clone https://github.com/ashikmeerankutty/geocode.git
pipenv shell
pipenv install
flask run