Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 590 Bytes

README.md

File metadata and controls

50 lines (31 loc) · 590 Bytes

News Crawler

Overview

Web API for crawling articles from news sites.

Tech Stack

  • Node.js
  • Hono.js
  • Puppeteer

Requirements

  • Node.js v20.10.0 or later
  • pnpm v8.15.1 or later

Setup

  1. Clone the repository

  2. Install dependencies

    pnpm install
  3. Run

    pnpm dev

Supported Sites

API

See API Documentation.

License

MIT