slideshare

0.1.1 • Public • Published

node-slideshare

This is an easy to use node.js wrapper for the SlideShare REST API.

Installing

npm install slideshare

Usage

var SlideShare = require('slideshare');
 
var ss = new SlideShare('your_api_key', 'your_api_secret');
 
ss.getSlideshowsByUser('AmitRanjan', { limit: 5, detailed: 0 }, function(result) {
    console.log(result);
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i slideshare

Weekly Downloads

2

Version

0.1.1

License

none

Last publish

Collaborators

  • adityab