View the most popular Strava segments in a geographical area. Check out the demo.
- Node.js >= 6.5
- MongoDB
- Clone this repository and run
yarn install
- The application uses the following environment variables. Set them where needed.
STRAVA_ACCESS_TOKEN: required; your Strava API access token
DATABASE_URL: MongoDB connection string, default value is mongodb://localhost:27017/strava-segment-rank
GOOGLE_MAPS_KEY: optional; Google Maps key
GOOGLE_ANALYTICS_TRACKING_ID: optional; Google Analytics tracking ID
- Run with
yarn start