Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 386 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 386 Bytes

⚡ Scrapper

Scrapper is a simple web scraping API that scrapes down the newest articles from Hacker News. It is built using a headless browser via Puppeteer.

What is Puppeteer?

Puppeteer is a Node.js library maintained by Chrome's development team from Google. Puppeteer provides a high-level API to control headless Chrome or Chromium or interact with the DevTools protocol.