Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 309 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 309 Bytes

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