Available here. Get an overview of an activity on a subreddit.
-
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
npm install
npm run dev
npm run build
npm run test
npm run lint