1.0.2 • Published 8 years ago

polly-node v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

DEPRECATED, DONT USE.

polly-node

Node library for using Polly.help API. Currently used for Polly.help demo pages.

##Installation npm install polly-node --save

##Documentation Full final documentation is not yet available. Please contact for WIP docs.

##Usage

var Polly = require('polly-node')(' your Polly API key ');
// Polly.{ RESOURCE_NAME }.{ METHOD_NAME }

Get publication:

Polly.publication.get({
  publicationId: req.params._pubId
}, function(data) {
  res.send(data)
})
1.0.2

8 years ago

1.0.1

8 years ago

0.5.0

8 years ago

1.0.0

8 years ago

0.0.1

8 years ago