https://github.com/rupeshiya/webscraping.
A simple web scraper in node.js.
https://github.com/rupeshiya/webscraping.
javascript json nodejs web
Last synced: about 1 month ago
JSON representation
A simple web scraper in node.js.
- Host: GitHub
- URL: https://github.com/rupeshiya/webscraping.
- Owner: Rupeshiya
- License: mit
- Created: 2018-05-31T20:49:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T13:38:12.000Z (almost 8 years ago)
- Last Synced: 2025-11-24T05:09:15.069Z (7 months ago)
- Topics: javascript, json, nodejs, web
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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