Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skvggor/strava-api-wrapper-clojure

(WIP) I developed a program that integrates with the Strava API to retrieve and display my total running distance for the current year.
https://github.com/skvggor/strava-api-wrapper-clojure

api clojure compute-engine gcp google-cloud hacktoberfest java jvm leiningen strava strava-api wrapper-api

Last synced: 16 days ago
JSON representation

(WIP) I developed a program that integrates with the Strava API to retrieve and display my total running distance for the current year.

Awesome Lists containing this project

README

        

# strava-api-wrapper-clojure (WIP)

[![wakatime](https://wakatime.com/badge/user/6fd82e7b-8d36-4419-85dc-58cd397667a8/project/0cc5c842-0060-4667-b377-78b66c418b6d.svg)](https://wakatime.com/badge/user/6fd82e7b-8d36-4419-85dc-58cd397667a8/project/0cc5c842-0060-4667-b377-78b66c418b6d) [![Clojure CI](https://github.com/skvggor/strava-api-wrapper-clojure/actions/workflows/clojure.yml/badge.svg?branch=main)](https://github.com/skvggor/strava-api-wrapper-clojure/actions/workflows/clojure.yml)

I developed a program that integrates with the Strava API to retrieve and display my total running distance for the current year. By connecting to my Strava account, it fetches the necessary data and outputs the total distance I've run, providing me with an easy way to track my annual progress. I created this project as a way to learn and explore the [Clojure](https://clojure.org/) programming language.