Skip to content

butttons/reddit-trends

Repository files navigation

Reddit Trends

Available here. Get an overview of an activity on a subreddit.

How things are calculated -

  • Score

    • Total: Summing the score of all posts at a given hour
    • Mean: Total score / Total posts at given hour
    • Median: Median value of all posts at a given hour
    • Range: Difference between minimum and maximum scores of posts at a given hour
  • Comments

    • Total: Summing the number of comments of all posts at a given hour
    • Mean: Total comments / Total posts at a given hour
    • Score/comments: Total score / Total comments at a given hour

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Get an overview of an activity on a subreddit.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published