File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # ziptastic-python
1+ # Official Ziptastic Python Library
22Official python library for GetZiptastic.com
33
44[ ![ Documentation Status] ( https://readthedocs.org/projects/ziptastic-python/badge/?version=latest )] ( http://ziptastic-python.readthedocs.org/en/latest/?badge=latest )
55[ ![ Build Status] ( https://travis-ci.org/Ziptastic/ziptastic-python.svg?branch=master )] ( https://travis-ci.org/Ziptastic/ziptastic-python )
66[ ![ Coverage Status] ( https://coveralls.io/repos/Ziptastic/ziptastic-python/badge.svg?branch=master&service=github )] ( https://coveralls.io/github/Ziptastic/ziptastic-python?branch=master )
7+
8+ ## Installation
9+ pip install ziptastic-python (coming soon)
10+
11+
12+ ## Usage
13+ from ziptastic import Ziptastic
14+
15+ # Set your API key. (Available at https://www.getziptastic.com/dashboard)
16+ Ziptastic.api_key = '<your api key>'
17+ result = Ziptastic.get_from_postal_code('48867')
You can’t perform that action at this time.
0 commit comments