Skip to content

Crawl the data from IMDB's website using NodeJS.

Notifications You must be signed in to change notification settings

hit-11/imdbCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imdbCrawler

Crawl data from IMDB's website using NodeJS.

Suggests Random Movies from IMDB's website with their rating and release years. Random app just for fun 😝

  1. Clone the repository to your system
    git clone https://github.com/hit-11/imdbCrawler.git

  2. Fire up your terminal and write the following command
    npm install

  3. Now you are all set to run your app
    Copy the follwing command in your terminal
    node server

  4. Now you are all set to have random suggestion of movies with their IMDB ratings and release year.
    Magic happens on port 8081

Releases

No releases published

Packages

No packages published