Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

imdbid-to-title

sleeyax25MIT1.0.2

Convert IMDB id to a movie title

imdb, imdb scraper, imdb to title

readme

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