Rotten Tomatoes scraper using their private search API - no API key needed
npm install lw5
or yarn add lw5
Lethal Weapon 5 requires Node version >=7.6
const lw5 = require('lw5');
const bestMovieEver = await lw5('Lethal Weapon 5', 2005, 2015); // looks for movie 'Lethal Weapon 5' between 2005 and 2015 [inclusive]