Skip to content

desmondmorris/node-nike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nike+ API client library for node.js

NPM

An unofficial api wrapper for the Nike+ API written in node.js.

Install

npm install nike

Usage

This module takes a configuration parameter containing the Nike+ access token.

var Nike = require('./lib/nike');
var access_token = 'XXXXX';
var nike = new Nike(access_token);

nike.get(function(err, data) {
  console.log(data);
});

Notes

Nike has not officially released access to its authentication services. Once they do, this module should be updated to get the access token via OAuth.

Todo

  • Tests

About

An unofficial api wrapper for the Nike+ API

Resources

License

Stars

Watchers

Forks

Packages

No packages published