Skip to content

The Back- and Frontend behind my popular /r/dataisbeautiful post.

LeviBorodenko/RedditLiveChart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Reddit Live Chart Experiment

Code behind this very popular reddit post.

result


Build Status

How does it work?

The backend folder contains an API that, given the ID of a reddit post, periodically fetches its comments and upvotes. Dependencies: FastApi, praw, uvicorn

The fontend folder contains a responsive and lightweight website that fetches the data from the API and dispays it using D3.js.

How to host it?

I would recommend using a Python WSGI HTTP Server like gunicorn together with NGINX for the API and any websever should do for the frontend.

About

The Back- and Frontend behind my popular /r/dataisbeautiful post.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published