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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.2), base (>=4.9 && <5), bytestring (>=0.10 && <0.11), http-api-data (>=0.3 && <0.4), iso3166-country-codes (>=0.20140203.8), servant (>=0.9 && <0.11), text (>=0.11 && <1.3), 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
Revised Revision 1 made by HerbertValerioRiedel at 2017-03-15T22:07:28Z
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-03-15T05:44:33Z
Distributions
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 4005 total (20 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-03-15 [all 1 reports]

Readme for ziptastic-core-0.1.0.1

[back to package description]

ziptastic-core

Haskell Programming Language BSD3 License

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.