Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lovasoa/elm-csv

A CSV parser for Elm.
https://github.com/lovasoa/elm-csv

csv csv-parser elm-lang

Last synced: 3 months ago
JSON representation

A CSV parser for Elm.

Awesome Lists containing this project

README

        

# elm-csv

[![Build status][travis-img]][travis-url]

A CSV parser for [Elm][elm-lang].

## Installation

```
elm-package install lovasoa/elm-csv
```

## Usage

For usage, see the [documentation][docs-url].

## License

[MIT][license-url]

[travis-img]: https://img.shields.io/travis/lovasoa/elm-csv.svg?style=flat-square
[travis-url]: https://travis-ci.org/lovasoa/elm-csv
[docs-url]: http://package.elm-lang.org/packages/lovasoa/elm-csv/latest/Csv
[license-url]: https://github.com/lovasoa/elm-csv/blob/master/LICENSE
[elm-lang]: http://elm-lang.org/