Skip to content

kikeex/Web-scraping-with-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Web-scraping-with-node

A simple Web scraping using node

For this project we’ll be using Node.js.

We’ll also be using two open-sourced npm modules to make today’s task a little easier:

request-promise 

Request is a simple HTTP client that allows us to make quick and easy HTTP calls.

cheerio jQuery for Node.js.

Cheerio makes it easy to select, edit, and view DOM elements.

Install

npm install --save request request-promise cheerio

About

A simple Web scraping using node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published