Skip to content

city81/strava-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Strava Service

Master Build

This is a project which uses Scala, Spray and the Lift JSON lib to make calls to Strava's API

To use the service, you'll need a Strava application token. This needs to be placed in a file called strava-service.conf which is referenced by the application.conf file. Example configuration is below:

stravaService.appToken = "appToken"

The ExampleStravaService file contains the below sample calls:

retrieve a segment
retrieve starred segments
retrieve a segment effort
retrieve all segment efforts
retrieve leaderboards
segments explorer
retrieve an activity
retrieve friends activities
retrieve an athlete
retrieve gear

LICENCE

BSD Licence - see LICENCE.txt

TODO

  1. Add more API calls
  2. Resolve TODOs
  3. Add more tests

About

A project which uses Scala, Spray and the Lift JSON lib to make calls to Strava's v3 API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages