ziptastic-core: Core Servant specification for the Ziptastic API for doing forward and reverse geocoding.

[ bsd3, library, web ] [ Propose Tags ]

This package provides a type-safe Servant specification for the Ziptastic (https://www.getziptastic.com) API for doing forward and reverse geocoding via zip/postal code, latitude, and longitude.

If you want to use the Ziptastic API in your application, try the ziptastic-client package.

This package is maintained by Grafted-In (https://www.graftedin.io/).


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.2.0.3
Change log CHANGELOG.md
Dependencies aeson (>=0.7 && <1.3), base (>=4.7 && <5), base-compat (>=0.9 && <0.10), bytestring (>=0.10 && <0.11), http-api-data (>=0.3 && <0.4), iso3166-country-codes (>=0.20140203.8), servant (>=0.9 && <0.12), text (>=0.11), tz (>=0.1 && <0.2) [details]
License BSD-3-Clause
Copyright 2017 Elliot Cameron and Ziptastic and Grafted-In LLC
Author Elliot Cameron
Maintainer elliot@graftedin.io
Category Web
Home page https://github.com/Ziptastic/ziptastic-haskell#readme
Source repo head: git clone https://github.com/Ziptastic/ziptastic-haskell
Uploaded by 3noch at 2017-06-05T18:29:09Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 3992 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-06-05 [all 1 reports]

Readme for ziptastic-core-0.2.0.3

[back to package description]

ziptastic-core

Haskell Programming Language BSD3 License Hackage Build status Hackage-Deps

Core Servant specification for the Ziptastic API providing forward and reverse geocoding via country, zip code (postal code), latitude, and longitude.

This package is maintained by Grafted-In.

If you want to use the Ziptastic API in your application, try the ziptastic-client package.