Remove build badge and WIP, clarify API usage
This commit is contained in:
parent
ed7ecf7c8d
commit
1df4be4a29
2 changed files with 3 additions and 5 deletions
|
@ -1,6 +1,4 @@
|
||||||
# Nitter (WIP)
|
# Nitter
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/zedeus/nitter.svg?branch=master)](https://travis-ci.org/zedeus/nitter)
|
|
||||||
|
|
||||||
A free and open source alternative Twitter front-end focused on privacy. \
|
A free and open source alternative Twitter front-end focused on privacy. \
|
||||||
Inspired by the [Invidious](https://github.com/iv-org/invidious) project.
|
Inspired by the [Invidious](https://github.com/iv-org/invidious) project.
|
||||||
|
@ -8,7 +6,7 @@ Inspired by the [Invidious](https://github.com/iv-org/invidious) project.
|
||||||
- No JavaScript or ads
|
- No JavaScript or ads
|
||||||
- All requests go through the backend, client never talks to Twitter
|
- All requests go through the backend, client never talks to Twitter
|
||||||
- Prevents Twitter from tracking your IP or JavaScript fingerprint
|
- Prevents Twitter from tracking your IP or JavaScript fingerprint
|
||||||
- Unofficial API (no rate limits or developer account required)
|
- Uses Twitter's unofficial API (no rate limits or developer account required)
|
||||||
- Lightweight (for [@nim_lang](https://nitter.net/nim_lang), 60KB vs 784KB from twitter.com)
|
- Lightweight (for [@nim_lang](https://nitter.net/nim_lang), 60KB vs 784KB from twitter.com)
|
||||||
- RSS feeds
|
- RSS feeds
|
||||||
- Themes
|
- Themes
|
||||||
|
|
|
@ -6,7 +6,7 @@ privacy. The source is available on GitHub at <https://github.com/zedeus/nitter>
|
||||||
* No JavaScript or ads
|
* No JavaScript or ads
|
||||||
* All requests go through the backend, client never talks to Twitter
|
* All requests go through the backend, client never talks to Twitter
|
||||||
* Prevents Twitter from tracking your IP or JavaScript fingerprint
|
* Prevents Twitter from tracking your IP or JavaScript fingerprint
|
||||||
* Unofficial API (no rate limits or developer account required)
|
* Uses Twitter's unofficial API (no rate limits or developer account required)
|
||||||
* Lightweight (for [@nim_lang](/nim_lang), 60KB vs 784KB from twitter.com)
|
* Lightweight (for [@nim_lang](/nim_lang), 60KB vs 784KB from twitter.com)
|
||||||
* RSS feeds
|
* RSS feeds
|
||||||
* Themes
|
* Themes
|
||||||
|
|
Loading…
Reference in a new issue