Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Tanza3D/reddark
reddark, but it's in realtime
https://github.com/Tanza3D/reddark
Last synced: about 1 month ago
JSON representation
reddark, but it's in realtime
- Host: GitHub
- URL: https://github.com/Tanza3D/reddark
- Owner: Tanza3D
- License: agpl-3.0
- Archived: true
- Created: 2023-06-08T16:13:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-13T12:24:27.000Z (over 1 year ago)
- Last Synced: 2024-07-31T08:16:10.001Z (4 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 299
- Watchers: 7
- Forks: 42
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - Tanza3D/reddark - reddark, but it's in realtime (JavaScript)
README
# This is the old repository! Please check out the new one [here](https://github.com/reddark-remix/reddark-remix).
# [Reddark](https://reddark.untone.uk/)
A website to watch subreddits go dark in realtime.## Subreddits
Reddark pulls the list of participating subreddits from the [threads on r/ModCoord](https://reddit.com/r/ModCoord/comments/1401qw5/incomplete_and_growing_list_of_participating/). If you are the moderator of a sub that is going dark and that is not displayed on Reddark, reply to the aforementioned thread to be counted as participating.> **SubManagerBot**
>
> If you have already commented your sub below or your sub is already on the list and now going private, please do NOT send a modmail - if you comment here, your sub will be on the list.## Technologies
This is using Express to host the frontend and Socket.io to serve data. Quite simple code, and not too hard to get your head around.
This is based on the [Original work of D4llo](https://github.com/D4llo/Reddark) with permission.