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);
});

Readme

Keywords

none

Package Sidebar

Install

npm i slideshare

Weekly Downloads

3

Version

0.1.1

License

none

Last publish

Collaborators

  • adityab