Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dkuku/fitparser_ex

fit files parser using fitparser rust crate
https://github.com/dkuku/fitparser_ex

Last synced: about 2 months ago
JSON representation

fit files parser using fitparser rust crate

Awesome Lists containing this project

README

        

# Fitparser
Elixir library used for decode [fit files](https://developer.garmin.com/fit/overview/) based on rust fitparser crate

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fitparser` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:fitparser, "~> 0.3"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .