Skip to content

devnull9090/darktotal.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published