Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scotch-io/node-web-scraper
Code for the tutorial: Scraping the Web With Node.js by @kukicado
https://github.com/scotch-io/node-web-scraper
Last synced: about 13 hours ago
JSON representation
Code for the tutorial: Scraping the Web With Node.js by @kukicado
- Host: GitHub
- URL: https://github.com/scotch-io/node-web-scraper
- Owner: scotch-io
- Created: 2014-03-13T18:03:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-11T04:52:02.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T17:07:37.087Z (8 days ago)
- Language: JavaScript
- Homepage: https://scotch.io/tutorials/scraping-the-web-with-node-js
- Size: 5.86 KB
- Stars: 270
- Watchers: 20
- Forks: 196
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-web-scraper
================Simple web scraper to get a movie name, release year and community rating from IMDB.
To run this example use the following commands:``` shell
$ npm install
$ node server.js
```Then it will start up our node server, navigate to http://localhost:8081/scrape and see what happens.