Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days ago
JSON representation
Official Ziptastic Haskell library
- Host: GitHub
- URL: https://github.com/ziptastic/ziptastic-haskell
- Owner: Ziptastic
- License: other
- Created: 2016-12-08T18:27:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T01:06:50.000Z (almost 7 years ago)
- Last Synced: 2024-10-12T10:22:50.578Z (26 days ago)
- Topics: api, api-client, api-documentation, forward-geocoding, geocoding, geolocation, haskell, postal-code, reverse-geocoding, zip-code, zipcode, ziptastic
- Language: Haskell
- Homepage: https://www.getziptastic.com
- Size: 29.3 KB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).