txtdot/README.md

30 lines
446 B
Markdown
Raw Normal View History

2023-08-14 13:58:42 +03:00
# txt.
2023-08-14 14:37:30 +03:00
2023-08-14 13:58:42 +03:00
HTTP proxy that parses only text, links and pictures from pages
reducing internet traffic, removing ads and heavy scripts.
2023-08-14 14:37:30 +03:00
## Installation
```bash
npm install
```
## Running
### Dev
```bash
npm run dev
```
### Prod
```bash
npm run build
npm run start
```
2023-08-14 13:58:42 +03:00
Uses [Mozilla's readability.js](https://github.com/mozilla/readability),
[JSDOM](https://github.com/jsdom/jsdom),
[Fastify web framework](https://github.com/fastify/fastify).