Sha256: d9af462ec53bc0a04b4890f0793843cd15ee8b0643a598fc375019d79a8a22b6

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

= postie

Get information on UK postcodes like this:

# Include the gem
require 'postie'

# Request a postcode
@postcode = Postie.get("N1 1AA")

# Use the results
puts @postcode["geo"]["lat"]
puts @postcode["geo"]["lng"]
puts @postcode["geo"]["easting"]
puts @postcode["geo"]["northing"]
puts @postcode["geo"]["geohash"]
puts @postcode["administrative"]
puts @postcode["administrative"]["district"]
puts @postcode["administrative"]["district"]["title"]
puts @postcode["administrative"]["district"]["uri"]
puts @postcode["administrative"]["ward"]
puts @postcode["administrative"]["ward"]["title"]
puts @postcode["administrative"]["ward"]["uri"]
puts @postcode["postcode"]


== Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

== Copyright

Copyright (c) 2010 steflewandowski. See LICENSE for details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pat-0.1.0 README.rdoc