Go to file
Andrey d9fd968792
Merge pull request #7 from TxtDot/fix-handlePage
refactor: move request to handlePage
2023-08-14 17:56:58 +04:00
src refactor: move request to handlePage 2023-08-14 16:54:05 +03:00
templates fix: index.ejs 2023-08-14 16:47:40 +03:00
.env.example Initial commit 2023-08-13 20:38:33 +03:00
.eslintrc.json Initial commit 2023-08-13 20:38:33 +03:00
.gitattributes Initial commit 2023-08-13 20:38:33 +03:00
.gitignore Initial commit 2023-08-13 20:38:33 +03:00
LICENSE Create LICENSE 2023-08-14 14:39:36 +03:00
package-lock.json refactor: remove node-cache 2023-08-14 16:47:20 +03:00
package.json refactor: remove node-cache 2023-08-14 16:47:20 +03:00
README.md doc: update information 2023-08-14 14:37:30 +03:00
tsconfig.json Initial commit 2023-08-13 20:38:33 +03:00

txt.

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.