easyimdbscraper

1.0.3 • Public • Published

easyimdbscraper

Provides an easy way to retrieve info about content on IMDB. https://www.npmjs.com/package/easyimdbscraper

it takes a name string containing the id of the movie, eg tt0118715

npm i easyimdbscrapper

const imdbScraper = require('easyimdbscraper')

async function getInfoAboutMovie (id) {
  const info = await imdbScraper.getInfoByID(id)
  console.log(info)
}

getInfoAboutMovie('tt0118715')

Package Sidebar

Install

npm i easyimdbscraper

Weekly Downloads

16

Version

1.0.3

License

ISC

Unpacked Size

213 kB

Total Files

5

Last publish

Collaborators

  • leochappuis