Skip to content

Latest commit

History

History
60 lines (43 loc) · 1.44 KB

File metadata and controls

60 lines (43 loc) · 1.44 KB

Postcodes.io

Build Status

A simple wrapper around postcodes.io

Installation


To install Postcode.io, simply:

$ pipinstallpostcode.io

Usage

fromlibimportPostCodeClient

Create new instance of the Postcodes

client=PostCodeClient()

Lookup a postcode example

postcode=client.getLookupPostCode('OX49 5NU')

Lookup a postcode example

postcode=client.getBulkReverseGecoding('{"geolocations": [{"longitude": 0.629834723775309, "latitude": 0.629834723775309 }, {"longitude": -2.49690382054704, "latitude": -2.49690382054704, "radius": 1000, "limit": 5 }]}')

For more details see the documentation on postcodes.io

Contributing

I am not expert in pyhton if you want to contribute please pull request :)

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request