Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rupeshiya/webscraping.
- Owner: Rupeshiya
- License: mit
- Created: 2018-05-31T20:49:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T13:38:12.000Z (over 6 years ago)
- Last Synced: 2024-12-07T09:13:19.532Z (16 days ago)
- Topics: javascript, json, nodejs, web
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- 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