Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lovasoa/elm-csv
- Owner: lovasoa
- License: mit
- Fork: true (gummesson/elm-csv)
- Created: 2016-05-18T12:42:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T04:58:15.000Z (over 1 year ago)
- Last Synced: 2024-09-25T22:45:42.428Z (4 months ago)
- Topics: csv, csv-parser, elm-lang
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/lovasoa/elm-csv/latest/
- Size: 295 KB
- Stars: 12
- Watchers: 4
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/