This application provides statistics for your Strava activities.
- Node.js (v14 or higher)
- npm (v6 or higher)
-
Clone the repository:
git clone https://github.com/yourusername/strava-stats.git cd strava-stats -
Install the dependencies:
npm install
- Create a
.envfile in the root directory and add your Strava API credentials:STRAVA_CLIENT_ID=your_client_id STRAVA_CLIENT_SECRET=your_client_secret REDIRECT_URI=http://localhost:3000/auth/callback
-
Start the application:
npm start
-
Open your browser and navigate to
http://localhost:3000to view the app.
This project is licensed under the MIT License. See the LICENSE file for details.
- Fork the repository
- Create a new branch (
git checkout -b feature-branch) - Commit your changes (
git commit -am 'Add new feature') - Push to the branch (
git push origin feature-branch) - Create a new Pull Request
For any questions or feedback, please open an issue on GitHub.