A coldfusion wrapper for the Strava API.
A coldfusion wrapper to access data from the Strava API v3. Uses OAuth authentication to access athlete data.
The Strava API requires the use of an access token defining the athlete and application making the call. Registered Strava users can obtain and access token by completeing the application at http://www.strava.com/developers
Add client ID and client Secret obtained from strava to the application.cfc file.
The cfStravaAPI library is open-source software licensed under MIT license.