I’m happy to announce that I finally registered “my” package: StravaAPI.jl. Strava is one of the most popular activity (mostly running, cycling, hiking) tracking/social media app and as the name suggests this package let’s you use its API. The package is currently waiting for its 3 days before it can be merged into the general registry.
Why? I always envy python users, that they have these API packages (like stravalib, that they can just pip install
. We have Pkg.add
, so we deserve that too!
Why “my” package? Because it is generated by OpenAPI.jl (thank you! <3), I just packaged it, and extended its documentation.
How to use it? Check out the docs! You’ll need to get an API key, but after that, it’s just a few lines of code.
If you have any comments, questions or suggestions, please let me know!