Skip to content

An AngularJS app to group and sort your reddit activity by subreddit.

License

Notifications You must be signed in to change notification settings

sharibarboza/SubTracker

Repository files navigation

SubTracker

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.

Installation

  1. Make sure you have node.js and npm installed
  2. npm install -g bower
  3. npm install && bower install

Run locally

grunt serve
Application will be served at http://localhost:3000/

Build for Production

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.

About

An AngularJS app to group and sort your reddit activity by subreddit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published