SubTracker is a web app built with AngularJS that uses the Reddit API to group a user's comments and submissions by subreddit. The site is located here.
On a user's main page, you can sort a user's active subreddits by a number of categories, such as most recent activity, most upvotes, most submissions, and more.
Use the user's search page to look up comments and/or submissions that contain specific words or phrases. The results will be grouped by subreddit.
- Make sure you have node.js and npm installed
npm install -g bower
npm install && bower install
grunt serve
Application will be served at http://localhost:3000/
grunt build
The build will be stored in the /dist directory.
SubTracker is not affiliated with Reddit, Inc. and does not require the user to be signed into a Reddit account.