Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dkuku/fitparser_ex
- Owner: dkuku
- Created: 2023-12-13T18:09:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-15T20:29:15.000Z (5 months ago)
- Last Synced: 2024-10-07T19:09:34.411Z (3 months ago)
- Language: Elixir
- Size: 15 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 .