# nike

> An unofficial api wrapper for the Nike+ API

Latest version **0.0.2** (published 2013-12-30) · 0 weekly downloads

## Install

```sh
npm install nike
pnpm add nike
yarn add nike
bun add nike
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2013-12-30 |
| First published | 2013-12-30 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Desmond Morris |
| Maintainers | desmondmorris |
| Keywords | node-nike, nike, fuel |

## Links

- npm: https://www.npmjs.com/package/nike
- Repository: https://github.com/desmondmorris/node-nike
- Issues: https://github.com/desmondmorris/node-nike/issues
- npm.io page: https://npm.io/package/nike

## Recent versions

- 0.0.2 (latest) — 2013-12-30
- 0.0.1 — 2013-12-30

## README

Nike+ API client library for node.js
====================================

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

---
_Source: https://npm.io/package/nike · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
