imdbid-to-title

1.0.2 • Public • Published

imdbid-to-title

Small module to convert IMDB id to movie title

Installation

npm i imdbid-to-title

Usage

const toTitle = require('imdbid-to-title');
toTitle('tt4154664').then(res => console.log('Movie title: ' + res));
// Movie title: Captain Marvel

/imdbid-to-title/

    Package Sidebar

    Install

    npm i imdbid-to-title

    Weekly Downloads

    2

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    2.32 kB

    Total Files

    6

    Last publish

    Collaborators

    • sleeyax