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

https://github.com/libbum/elm-topojson

TopoJSON parser for Elm
https://github.com/libbum/elm-topojson

Last synced: over 1 year ago
JSON representation

TopoJSON parser for Elm

Awesome Lists containing this project

README

          

# Elm-TopoJSON

[![Elm Package](https://img.shields.io/elm-package/v/Libbum/elm-topojson.svg)](https://package.elm-lang.org/packages/Libbum/elm-topojson/latest/) │ [![Travis-ci](https://travis-ci.org/Libbum/elm-topojson.svg?branch=master)](https://travis-ci.org/Libbum/elm-topojson) │ [![Fossa Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FLibbum%2Felm-topojson.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FLibbum%2Felm-topojson?ref=badge_shield)

---

A [TopoJSON](https://github.com/topojson/topojson) parser for Elm.

Currently this is just a base parser, a number of checks still needed to be implemented before publishing v1.0.
Ultimately this will also be capable of TopoJSON operations, since the spec is quite complex—[see the javascript API reference](https://github.com/topojson/topojson).

## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FLibbum%2Felm-topojson.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FLibbum%2Felm-topojson?ref=badge_large)