@berkozturk/imdb_top_200

Gets top 200 list from IMDB

Usage no npm install needed!

<script type="module">
  import berkozturkImdbTop200 from 'https://cdn.skypack.dev/@berkozturk/imdb_top_200';
</script>

README

imdbtop200

IMDB top 200 data

Installation

npm i @berkozturk/imdb_top_200

Example Usage

const top200 = require('@berkozturk/imdb_top_200');
  (async () => {
    const result = await top200.get();
    console.dir(result);
  })();