Skip to content

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

Notifications You must be signed in to change notification settings

utopiaio/Lethal-Weapon-5

Repository files navigation

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]

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published