shampine / bowlscrape

Node.js web scraper to compile the fishbowl project movie list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bowlscrape

A node.js app to scrape imdb's lists into valid json, built to scrape the 1001 Movies To See Before You Die list for my Angular app fishbowl.

Setup

Set the urls of all the pages in the url array, create a list.json file in the directory.

  1. npm install
  2. node server.js
  3. Load http://localhost:8081/scrape to start the process.

License

MIT

About

Node.js web scraper to compile the fishbowl project movie list

License:MIT License


Languages

Language:JavaScript 100.0%