txtdot/README.md

37 lines
973 B
Markdown
Raw Normal View History

2023-08-17 11:38:03 +03:00
<h1 align="center">
<a href="https://github.com/TxtDot/txtdot"><img src="https://github.com/TxtDot/.github/blob/main/imgs/TXTDot%20gh.png?raw=true" alt="Markdownify" width="200"></a> <br>
<img alt="GitHub" src="https://img.shields.io/github/license/txtdot/txtdot">
<img alt="GitHub release (with filter)" src="https://img.shields.io/github/v/release/txtdot/txtdot?display_name=release">
<a href="https://matrix.to/#/#txtdot:matrix.org"><img alt="Static Badge" src="https://img.shields.io/badge/matrix_chat-green">
</a>
</h1>
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).