slideshare-ash
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i slideshare-ash

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

49.7 kB

Total Files

23

Last publish

Collaborators

  • ismaelnascimento