Skip to content

VincentHardouin/comptrain-wods-history

Repository files navigation

Comptrain WODs History

Comptrain is not exposing the history of their workouts. This problem is solved by this project by creating a backup of all the WODs.

Project Composition

API

Stack

Endpoint

  • GET /workouts : to get all workouts saved in the database

CRON

Get the WOD and save it with a dedicated use-case.

Webapp

Stack

  • NuxtJS with static generation

Hosting

  • GitHub Pages : Webapp generated by a GitHub Action run daily.