Appearance
Installation
Follow these steps to install and set up the Strava Activity CLI tool on your system.
Getting the Code
Clone the repository:
bashgit clone git@github.com:meinar/strava-cli.git cd strava-cli
Install dependencies:
bashnpm install
Environment Setup
- Create a
.env
file in the root directory - Add your Strava API credentials:env
STRAVA_CLIENT_ID=your_client_id STRAVA_CLIENT_SECRET=your_client_secret
Verification
Verify the installation by running:
bash
strava --version
This should display the version number of the CLI tool.