Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 678 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 678 Bytes

OnlineMaraton

Kan enkelt hostes på render.com

Setup

.env

CLIENT_SECRET=""
CLIENT_ID=""
DATABASE_URL=""
CLUB_ID=""

Run

Start med node app.js

Annen info

  • Formatert data fra strava hentes fra GET /data
  • Data oppdateres hvert 120 sekund (Kan endres hvis strava tillater høyere antall requests per dag i fremtiden)