remcorakers / strava-segment-rank

View the most popular Strava segments in a geographical area.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

View the most popular Strava segments in a geographical area.

License:MIT License


Languages

Language:JavaScript 89.4%Language:CSS 10.6%