https://github.com/leecheeyong/athenaly
Strava Route Visualization
https://github.com/leecheeyong/athenaly
map polyline strava visualization
Last synced: 4 months ago
JSON representation
Strava Route Visualization
- Host: GitHub
- URL: https://github.com/leecheeyong/athenaly
- Owner: leecheeyong
- License: mit
- Created: 2025-06-22T20:09:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T17:41:42.000Z (about 1 year ago)
- Last Synced: 2025-07-21T15:58:04.820Z (12 months ago)
- Topics: map, polyline, strava, visualization
- Language: Vue
- Homepage: https://athenaly.vercel.app
- Size: 85 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Athenaly
Strava Route Visualization
## About
- Unlock paid features from Strava
- Drawing speed adjustment
- Toggle between satellite and non satellite view
- Mobile, tablet and desktop friendly
- Created using Vue, Vite & Tailwindcss
> [!NOTE]
> The entire project must be self-hosted for now as Strava [doesn't allow multiple account authorization](https://communityhub.strava.com/developers-api-7/strava-api-multiple-account-authorization-1729) for third-party apps created by its users. Try out the [Demo](https://athenaly.vercel.app/demo) to see how it works !
## Setup
- This project consist of the frontend (Vue) & backend (Express.js server)
- A [Strava App](https://developers.strava.com) & [MongoDB](https://www.mongodb.com/) URI will be required for this to function
- Copy and paste the `CLIENT_ID` & `CLIENT_SECRET` from the Strava App Dashboard into the [backend](/server) index.js file
- `MAIN_URL` refers to the URL hosting the frontend
- `REDIRECT_URL` refers to the URL where the backend is hosted
## License
This project is available as an open source under the terms of the [MIT License](/LICENSE)