Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/skvggor/strava-api-wrapper-clojure
- Owner: skvggor
- License: other
- Created: 2023-03-27T01:18:23.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T01:34:08.000Z (3 months ago)
- Last Synced: 2024-12-15T19:08:51.983Z (18 days ago)
- Topics: api, clojure, compute-engine, gcp, google-cloud, hacktoberfest, java, jvm, leiningen, strava, strava-api, wrapper-api
- Language: Clojure
- Homepage: http://strava-api.trve.in:3000/api/v1/strava/total-distance/current-year
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.