The Movie Script Scraper is a simple Node.js based web scraper to retrieve movie scripts by genre or title from IMSDB. Installation npm install -S movie-script-scraper Usage Example Usage Movie Script Scraper exposes a function; simply pass this function the … Read More
JavaScript Data Structures and Algorithms
A collection of Data Structures and Algorithms implemented in JavaScript to help prepare you for your next big interview.