diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2015-02-03 12:41:55 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2015-02-03 12:41:55 +0100 |
commit | 7a0ca13e67853d27475e47fce459434de10418f7 (patch) | |
tree | 9ef2193fefe4dc42aeb12b188b90ffede48492d3 | |
parent | ec9fee7da82bc1f7c1c571a39228455c7cc62a7e (diff) | |
download | postcodes-norway-7a0ca13e67853d27475e47fce459434de10418f7.tar.gz postcodes-norway-7a0ca13e67853d27475e47fce459434de10418f7.tar.bz2 postcodes-norway-7a0ca13e67853d27475e47fce459434de10418f7.zip |
Update readme with badges.
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ Search postcodes for Norway =========================== +[![Gem Version](https://badge.fury.io/rb/postcodes-norway.svg)](http://badge.fury.io/rb/postcodes-norway) +[![Code Climate](https://codeclimate.com/github/snake66/postcodes-norway/badges/gpa.svg)](https://codeclimate.com/github/snake66/postcodes-norway) +[![Test Coverage](https://codeclimate.com/github/snake66/postcodes-norway/badges/coverage.svg)](https://codeclimate.com/github/snake66/postcodes-norway) + This gem is a simple interface to the Norwegian postcode database published by Bring. It allows you to search for and retreive entries in the postcode database. A rake task is included to fetch the actual postcode data as published by Bring. |