Skip to content

zachwill/zippy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zippy

A simple Python for the Ziptastic ZIP Code API.

>>> import zippy

>>> zippy.do(94122)
{'city': 'SAN FRANCISCO', 'country': 'US', 'state': 'CA'}

>>> zippy.do('94122')
{'city': 'SAN FRANCISCO', 'country': 'US', 'state': 'CA'}

>>> zippy.da(94122)
{'city': 'SAN FRANCISCO', 'country': 'US', 'state': 'CA'}

>>> zippy.da('94122')
{'city': 'SAN FRANCISCO', 'country': 'US', 'state': 'CA'}

About

A simple wrapper for the Ziptastic ZIPCode API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages