Skip to content

Rupeshiya/WebScraping.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projects on web scraping.

At first install dependencies as:-

    npm install request
    npm install cheerio

Hackernews_web_Scraper

This module is used to scrap the headings of hackernews website

To use this as a module in a project:-

    npm i hackernews_scraper
  

After installion import this i.e require it in your project as given below:-

    var hackernews_scraper = require('hackernews_scraper')
    

or to run:-

    fork and clone
    then node scraper.js

Made with ❤️ rupeshiya

About

A simple web scraper in node.js.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published