atanunq / stats-for-reddit

NodeJs app that displays the subreddits which you have upvoted the most

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stats for Reddit

Gives you user-specific stats about your most upvoted subreddits.

Usage

In order to get the project up and running on your machine you have to :

  • Clone the repo
  • Go to the newly created folder (cd stats-for-reddit)
  • Install dependencies (npm install)
  • Create a Reddit web app from here and make sure redirectUri in the web app and in routes.js is identical
  • Set REDDIT_CLIENT_ID and REDDIT_CLIENT_SECRET as environmental variables
  • Run on localhost with node index.js (or nodemon)

About

NodeJs app that displays the subreddits which you have upvoted the most

License:MIT License


Languages

Language:JavaScript 68.5%Language:Pug 29.5%Language:CSS 1.9%