Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashikmeerankutty/geocode

A Simple Geocoding Places API
https://github.com/ashikmeerankutty/geocode

flask geocode places-api python

Last synced: 15 days ago
JSON representation

A Simple Geocoding Places API

Awesome Lists containing this project

README

        

# 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/`

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`