1.0.5 • Published 4 months ago

slideshare-ash v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

Slideshare lib

Get information about presentation or user

NPM

https://www.npmjs.com/package/slideshare-ash

Donate

http://bit.ly/doeismaelnascimento

How to get

Using NPM

npm install slideshare-ash

Using Yarn

yarn add slideshare-ash

Sample

const Slideshare = require("slideshare-ash");

async function main() {
  const userData = await Slideshare.getUser("IsmaelNascimento5");
  console.log(userData);

  const presentations = await Slideshare.getAllPresentations("IsmaelNascimento5");
  console.log(presentations);

  const presentation = await Slideshare.getOnePresentation("https://pt.slideshare.net/IsmaelNascimento5/tecnologias-para-realidade-aumentadaar");
  console.log(presentation);
}

main();

License

MIT

1.0.5

4 months ago

1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago