Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.83 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.83 KB

Strava Segment Rank

GitHub release Travis Code Climate Gemnasium FOSSA Status

View the most popular Strava segments in a geographical area. Check out the demo.

Requirements

  • Node.js >= 6.5
  • MongoDB

Getting started

  1. Clone this repository and run yarn install
  2. 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
  1. Run with yarn start

Thanks to

License

FOSSA Status