Skip to content

ashikmeerankutty/geocode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geocode Places

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.

Endpoints

Status

/

Places

/places/<place-name>

eg: /places/adoor

Getting Started

Clone the repo :

git clone https://github.com/ashikmeerankutty/geocode.git

Activate python environment :

pipenv shell

Install dependencies :

pipenv install

Run server

flask run

Releases

No releases published

Packages

No packages published

Languages