Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/20tab/twentytab-geocode
It's a simple python client that uses google geocode api
https://github.com/20tab/twentytab-geocode
Last synced: 21 days ago
JSON representation
It's a simple python client that uses google geocode api
- Host: GitHub
- URL: https://github.com/20tab/twentytab-geocode
- Owner: 20tab
- License: mit
- Created: 2014-05-20T10:23:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-05T08:34:43.000Z (over 9 years ago)
- Last Synced: 2024-10-15T23:48:24.612Z (2 months ago)
- Language: Python
- Size: 145 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
twentytab-geocode
=======================It's a simple python client that uses google geocode api
## Installation
Use the following command: pip install twentytab-geocode
## Usage
```py
>>> from geocode.api import GeocodeClient
>>> client = GeocodeClient("address", "generated-api-key")
>>> client.get()```