Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rupeshiya/webscraping.

A simple web scraper in node.js.
https://github.com/rupeshiya/webscraping.

javascript json nodejs web

Last synced: 9 days ago
JSON representation

A simple web scraper in node.js.

Awesome Lists containing this project

README

        

# 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 :heart: rupeshiya