Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dijs/pivotaljs
- Owner: dijs
- License: mit
- Created: 2014-01-17T18:58:54.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T18:35:19.000Z (about 5 years ago)
- Last Synced: 2024-09-22T17:45:54.727Z (4 months ago)
- Language: JavaScript
- Size: 535 KB
- Stars: 5
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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...
});
```