From 7ff9d9c7bfd2ef2d3d5b7a851e082fb2d635b411 Mon Sep 17 00:00:00 2001 From: dragongoose Date: Mon, 27 Mar 2023 15:31:44 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e4b9622..7637fc5 100644 --- a/README.md +++ b/README.md @@ -6,20 +6,27 @@ The main advantages of twitch-frontend are: - Lightweight: Compared to twitch, twitch-frontend is optimized for speed and usability. Scraping is the only current speed issue, but improves with caching
+ + # Okay, but why? + It is impossible to use Twitch without being bombarded with tons of ads, multiple trackers, and enourmous page sizes and loading times. This project aims to fix these issues, by removing all trackers, have much smaller page sizes, and very fast loading times. # Features ### User features - [x] No connection to twitch/amazon + - [x] Lightweight on server and client - [x] No Ads or tracking - [x] No outside connections, only connection is the instance - [x] Uses [Vue](https://vuejs.org/) for a speedy experience - [x] No identifiable logs are kept (see [logs](#so-what-is-logged)) - [x] Much smaller pages compared to Twitch (<600kb compared to >8.2mb) + - [x] Follow streamers locally to have a more personalized feel + - [x] Infinite scrolling ### Technical features - [x] Public API - [x] No official APIs are used + - [x] No rate lim - [x] Uses a custom Twitch webscraper