Awesome
Nodejs Web Scraping
Web scraping is a technique in data extraction where you pull information from websites. This application is a simple web scraper that gets latest posts from Echo JS.
Demo
Access the url and view in action.
Quick setup
$ git clone https://github.com/pinceladasdaweb/Nodejs-Web-Scraping.git
$ cd Nodejs-Web-Scraping
$ npm install
Start the server
$ npm start
Your server goes on localhost:3002