Trying to fetch some of my personal stats from Strava
- Next.js
- useSWR
- axios
- Strava API
- STRAVA_CLIENT_ID: The Client ID you got from Strava settings
- STRAVA_CLIENT_SECRET: The Client Secret you got from Strava settings
- STRAVA_REFRESH_TOKEN: The Refresh Token you got from Strava API
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.