The code behind https://darktotal.com
Tracks the total number of Subreddits changing state in realtime.
Utilizes the SSE (Server-Sent Events) protocol to stream from https://github.com/reddark-remix/reddark-remix
Want to stay up-to-date on Reddit news without spending hours reading through articles? Check out the link below. Tl;dr daily news takes top news articles from around the world and condenses them into easy-to-read summaries.
Returns a JSON list of all Subreddits and their current state.
{
"status":200,
"subreddits":[
{
"name":"r/example",
"group":"1k+",
"status":"private",
"updatedAt":"2023-06-14T02:20:48.250Z"
} ...
]
}
- https://darktotal.com/api/subreddits?group=1k+
- https://darktotal.com/api/subreddits?group=1k+&status=private
- https://darktotal.com/api/subreddits?group=1k+&status=private&limit=5
- https://darktotal.com/api/subreddits?group=1k+&status=private&limit=5&page=2
Install Meteor
git clone [email protected]:devnull9090/darktotal.com.git
cd darktotal.com
meteor npm install
meteor