Skip to content

techman83/WebService-Strava3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebService-Strava3 Build Status Coverage Status

A Perl client to Version 3 of the Strava.com API

You will need to register for a Client Secret + Access token here: https://www.strava.com/settings/api

Set the authorization callback domain to: http://127.0.0.1

To setup your authentication run the following

strava --setup

It will generate a file ~/.stravarc where the authentication information is stored.

It will be available on CPAN soon, but you can install after cloning from github and using cpanminus.

Grab cpanm + local::lib

$ sudo apt-get install cpanminus liblocal-lib-perl

Configure local::lib if you haven't already done so:

$ perl -Mlocal::lib >> ~/.bashrc
$ eval $(perl -Mlocal::lib)

Install from git, you can then use:

$ dzil authordeps | cpanm
$ dzil listdeps   | cpanm
$ dzil install

or cpanm (once it's uploaded there):

cpanm WebService::Strava

About

A Perl client to Version 3 of the Strava.com API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages