Suggests Random Movies from IMDB's website with their rating and release years. Random app just for fun 😝
-
Clone the repository to your system
git clone https://github.com/hit-11/imdbCrawler.git
-
Fire up your terminal and write the following command
npm install
-
Now you are all set to run your app
Copy the follwing command in your terminal
node server
-
Now you are all set to have random suggestion of movies with their IMDB ratings and release year.
Magic happens on port 8081