This super fun movie-spoiler is run in node using command line arguments. To run the program simply enter the name of a movie followed by the time in seconds for the plot of that movie to be revealed then sit back and read the front page of Google results while you wait.
eg ('Goonies' 5)
The Webscraper: Using npm libraries -request -cheerio Scrapes the fisrt page of Google to return the top link titles for your movie.
The Movie Spoiler: The TMDB API was used to queary the movie title and return the plot of the movie.