3.1.2 • Published 10 years ago

speakerdeck v3.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
10 years ago

Speakerdeck API

How to install

npm install speakerdeck

How to use

var Speakerdeck = require('speakerdeck');

var speakerdeck = new Speakerdeck({});

speakerdeck.getUser('paulohp', function(err, data){
  if(!err)
    console.log(data);
});
3.1.2

10 years ago

3.1.1

10 years ago

3.1.0

10 years ago

3.0.0

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago