0.1.2 • Published 10 years ago

strava-api v0.1.2

Weekly downloads
2
License
MIT
Repository
-
Last release
10 years ago

Strava-API

A small library for accessing the Strava API. Contributions welcome!

Installation

npm install strava-api --save

Usage

// USEAGE
var Strava = require('strava-api');

var strava = new Strava({
  accessToken: 'access_token_xxxxxxxx'
});

strava.get('activities/151673988', function(err, res) {
  // resp.end(JSON.stringify(res));
});

Tests

grunt test

Release History

  • 0.1.2 Include node_modules
  • 0.1.1 Copy changes in Readme
  • 0.1.0 Initial release
0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago