Skip to content

general-labs/Web-Scrapper-Puppeteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Simple web scrapper using Google Puppeteer. Scrape/crawl weather and news data from different websites.

# Install dependencies
npm install

# Start development live-reload server
npm run dev

Visit: http://localhost:3002/fetch_weather

Screenshot