Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ashikmeerankutty/geocode
- Owner: ashikmeerankutty
- Created: 2019-01-27T07:23:50.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T13:30:08.000Z (about 5 years ago)
- Last Synced: 2024-08-04T01:10:16.531Z (3 months ago)
- Topics: flask, geocode, places-api, python
- Language: Python
- Homepage: https://geocode-api-python.herokuapp.com/
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`