A small Node.js redirector that sends visitors to the highest-ranked suitable public Nitter instance reported by status.d420.de. RSS paths are sent only to instances that advertise RSS support.
/.health endpoints: the top general candidate, the top RSS candidate, and
the next highest-ranked candidate.The status API itself updates every 15 minutes. Public Nitter instances should be used for interactive browsing, not scraping.
GET /healthz returns HTTP 200 when the cache contains a suitable instance,
or HTTP 503 otherwise. Like redirect requests, it may trigger and wait for a
stale cache refresh.
This software is released under the terms of the MIT license. See LICENSE.
2 commits
JavaScript
100.0%
A small Node.js redirector that sends visitors to the highest-ranked suitable public Nitter instance reported by status.d420.de. RSS paths are sent only to instances that advertise RSS support.
/.health endpoints: the top general candidate, the top RSS candidate, and
the next highest-ranked candidate.The status API itself updates every 15 minutes. Public Nitter instances should be used for interactive browsing, not scraping.
GET /healthz returns HTTP 200 when the cache contains a suitable instance,
or HTTP 503 otherwise. Like redirect requests, it may trigger and wait for a
stale cache refresh.
This software is released under the terms of the MIT license. See LICENSE.
2 commits
JavaScript
100.0%