Remove build badge and WIP, clarify API usage
This commit is contained in:
parent
ed7ecf7c8d
commit
1df4be4a29
|
@ -1,6 +1,4 @@
|
|||
# Nitter (WIP)
|
||||
|
||||
[![Build Status](https://travis-ci.org/zedeus/nitter.svg?branch=master)](https://travis-ci.org/zedeus/nitter)
|
||||
# Nitter
|
||||
|
||||
A free and open source alternative Twitter front-end focused on privacy. \
|
||||
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
|
||||
- All requests go through the backend, client never talks to Twitter
|
||||
- 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)
|
||||
- RSS feeds
|
||||
- Themes
|
||||
|
|
|
@ -6,7 +6,7 @@ privacy. The source is available on GitHub at <https://github.com/zedeus/nitter>
|
|||
* No JavaScript or ads
|
||||
* All requests go through the backend, client never talks to Twitter
|
||||
* 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)
|
||||
* RSS feeds
|
||||
* Themes
|
||||
|
|
Loading…
Reference in New Issue