A Clojure library designed to decode garmin fit files.
(require '[cnuernber/garmin-fit :as fit])
(fit/decode filename) ;;-> You get back a sequence of records from the file.
Copyright © 2019 Chris Nuernberger
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close