Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dijs/pivotaljs

Pivotal Tracker API for V5
https://github.com/dijs/pivotaljs

Last synced: about 2 months ago
JSON representation

Pivotal Tracker API for V5

Awesome Lists containing this project

README

        

pivotaljs
=========

Pivotal Tracker API for V5

### Documentation

### Installation

```
npm install pivotaljs
```

### Example Usage

```
var Pivotal = require('pivotaljs');
var pivotal = new Pivotal('');

pivotal.getStory("", function(err, story){
// Do great things...
});
```