Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.34 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.34 KB

DarkTotal.com

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

DarkTotal Preview

News / Sponsored Ad

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.

API

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"
        } ...
    ]
}

Filtering Examples

Developer Setup

Install Meteor

git clone [email protected]:devnull9090/darktotal.com.git
cd darktotal.com
meteor npm install
meteor