@berkozturk/imdb_top_200

1.0.0 • Public • Published

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);
  })();

Readme

Keywords

Package Sidebar

Install

npm i @berkozturk/imdb_top_200

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

3.87 kB

Total Files

6

Last publish

Collaborators

  • berkozturk