txtdot/README.md
2023-08-17 11:40:50 +03:00

973 B

Markdownify
GitHub GitHub release (with filter) Static Badge

HTTP proxy that parses only text, links and pictures from pages reducing internet traffic, removing ads and heavy scripts.

Installation

npm install

Running

Dev

npm run dev

Prod

npm run build
npm run start

Uses Mozilla's readability.js, JSDOM, Fastify web framework.