From bc9949be4a5d9427783e7500d35abc5bc78f84e4 Mon Sep 17 00:00:00 2001 From: 3noch Date: Wed, 15 Mar 2017 02:34:13 -0400 Subject: [PATCH] Update badges --- README.md | 4 ++-- ziptastic-client/README.md | 2 ++ ziptastic-core/README.md | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6eb3a4a..2ea2542 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the official Haskell binding libraries for the [Ziptastic](https://www.getziptastic.com) API providing forward and reverse geocoding via country, zip code (postal code), latitude, and longitude. - * [ziptastic-core](http://hackage.haskell.org/package/ziptastic-core) provides a complete and type-safe [Servant](http://haskell-servant.readthedocs.io/) API specification for the Ziptastic API. - * [ziptastic-client](http://hackage.haskell.org/package/ziptastic-client) provides a simple Haskell interface to the API. + * [ziptastic-core](http://hackage.haskell.org/package/ziptastic-core) provides a complete and type-safe [Servant](http://haskell-servant.readthedocs.io/) API specification for the Ziptastic API. [![Hackage](https://img.shields.io/hackage/v/ziptastic-core.svg)](http://hackage.haskell.org/package/ziptastic-core) + * [ziptastic-client](http://hackage.haskell.org/package/ziptastic-client) provides a simple Haskell interface to the API. [![Hackage](https://img.shields.io/hackage/v/ziptastic-client.svg)](http://hackage.haskell.org/package/ziptastic-client) This repository is maintained by [Grafted-In](https://www.graftedin.io/). \ No newline at end of file diff --git a/ziptastic-client/README.md b/ziptastic-client/README.md index 498ea04..247ee10 100644 --- a/ziptastic-client/README.md +++ b/ziptastic-client/README.md @@ -2,6 +2,8 @@ [![Haskell Programming Language](https://img.shields.io/badge/language-Haskell-blue.svg)](http://www.haskell.org) [![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)](https://tldrlegal.com/license/bsd-3-clause-license-%28revised%29) +[![Hackage](https://img.shields.io/hackage/v/ziptastic-client.svg)](http://hackage.haskell.org/package/ziptastic-client) +[![Hackage-Deps](https://img.shields.io/hackage-deps/v/ziptastic-client.svg)](http://packdeps.haskellers.com/feed?needle=ziptastic-client) A convenient and type-safe client library for the [Ziptastic](https://www.getziptastic.com/) API providing forward and reverse geocoding via country, zip code (postal code), latitude, and longitude. diff --git a/ziptastic-core/README.md b/ziptastic-core/README.md index 81d7c3c..942b078 100644 --- a/ziptastic-core/README.md +++ b/ziptastic-core/README.md @@ -2,6 +2,8 @@ [![Haskell Programming Language](https://img.shields.io/badge/language-Haskell-blue.svg)](http://www.haskell.org) [![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)](https://tldrlegal.com/license/bsd-3-clause-license-%28revised%29) +[![Hackage](https://img.shields.io/hackage/v/ziptastic-core.svg)](http://hackage.haskell.org/package/ziptastic-core) +[![Hackage-Deps](https://img.shields.io/hackage-deps/v/ziptastic-core.svg)](http://packdeps.haskellers.com/feed?needle=ziptastic-core) Core [Servant](http://haskell-servant.readthedocs.io/en/stable/) specification for the [Ziptastic](https://www.getziptastic.com/) API providing forward and reverse geocoding via country, zip code (postal code), latitude, and longitude.