Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 679 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 679 Bytes

Build Maintainability Test Coverage

PostnummerNorge

Ruby gem for looking up Norwegian postal codes.

Usage

include PostnummerNorge

PostalCode.exists?("0662") # => true
PostalCode.find("0662").name # => 'OSLO'
PostalCode.find_by_name("HUNDVÅG").first.code # => '4077'