From 265fcc28b06b52d5bff0dc89d756bef55a493046 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Mon, 14 Aug 2023 14:58:42 +0400 Subject: [PATCH] Readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bd0fb54 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# txt. +HTTP proxy that parses only text, links and pictures from pages +reducing internet traffic, removing ads and heavy scripts. + +Uses [Mozilla's readability.js](https://github.com/mozilla/readability), +[JSDOM](https://github.com/jsdom/jsdom), +[Fastify web framework](https://github.com/fastify/fastify).