utopiaio / Lethal-Weapon-5

Rotten Tomatoes scraper using their private search API - no API key needed
https://youtu.be/Ts3-eBuaVqg
1 stars 0 forks source link
rotten-tomatoes scraper

Lethal Weapon 5

Lethal Weapon 5 Build Status

Rotten Tomatoes scraper using their private search API - no API key needed

Installation

npm install lw5 or yarn add lw5

Lethal Weapon 5 requires Node version >=7.6

Usage

const lw5 = require('lw5');

const bestMovieEver = await lw5('Lethal Weapon 5', 2005, 2015); // looks for movie 'Lethal Weapon 5' between 2005 and 2015 [inclusive]