Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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()

```