mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2024-12-22 05:12:57 -05:00
Update 'README.md'
This commit is contained in:
parent
c3d14eb3f1
commit
7ff9d9c7bf
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
</br>
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue