Skip to content

yonidoronpeters/dad-joke-strava-title

Repository files navigation

Dad joke Strava activity title generator

This app is meant to spice up your Strava activity feed. It calls an API to get a random dad joke. Then sets your Strava activity title to display the joke.

The app is deployed here.

Running Locally

Make sure you have Java 8 installed. Also, install the Heroku CLI if you plan to deploy to Heroku.

$ git clone https://github.com/yonidoronpeters/dad-joke-strava-title.git
$ cd dad-joke-strava-title
$ ./gradlew build
$ docker-compose -f src/main/docker/docker-compose.yml up -d
# Start it up
$ SPRING_PROFILES_ACTIVE=local ./gradlew bootRun

The app should now be running on localhost:5000.

Deploying to Heroku

This app is meant to be easily deployable to Heroku. It was created from the Getting Started with Kotlin on Heroku app.

Deploy to Heroku

$ heroku create
$ git push heroku main
$ heroku open

About

Generates funny Strava activity titles for you

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published