[ANN] StravaAPI.jl: access Strava in Julia

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!

7 Likes

I strongly believe that successful package snnouncements add a bit if context to the package.
In this case, “strava” seems to be an app to track and share physical activities.

2 Likes

You’re right! Often I check announcements and have to do some search as well. I’ve updated the post. Thank you for your feedback!