Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 610 Bytes

Intro

Gitpod ready-to-code npm version

a common crawler for webpages

Feature

  • cache support (persistent with sqlite default on /$homedir/crawler.db)
  • markdown support
  • dom operation support (cheerio)

Dev Setup

yarn
yarn start

Test

yarn test

Project generated by gengjiawen/ts-scaffold