Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ziptastic/ziptastic-haskell

Official Ziptastic Haskell library
https://github.com/ziptastic/ziptastic-haskell

api api-client api-documentation forward-geocoding geocoding geolocation haskell postal-code reverse-geocoding zip-code zipcode ziptastic

Last synced: about 17 hours ago
JSON representation

Official Ziptastic Haskell library

Awesome Lists containing this project

README

        

### Official Ziptastic Haskell libraries

[![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)
[![Build status](https://travis-ci.org/Ziptastic/ziptastic-haskell.svg?branch=master)](https://travis-ci.org/Ziptastic/ziptastic-haskell)

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. [![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/).