nknj / angulareddit

Playing around with the Reddit API and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angulareddit

Version 0.0001

Playing around with the Reddit API and Angular.
Being productive by turning addictions into work.
First Angular app, woohoo.

Features

  • View the top 15 posts in any subreddit
  • View the top 30-ish comments
  • Login using Reddit oAuth
    • CORs bug still exists, jQuery hotfix not applied in the latest commit
    • Use open -a Google\ Chrome --args --disable-web-security as work around for now

How?

Install using:

npm install

Run using:

grunt serve

Url structure is the same as reddit:

Todo

  • Look into karma and add test cases
  • Better UI
  • Complete oAuth implementation

About

Playing around with the Reddit API and Angular


Languages

Language:JavaScript 93.4%Language:CSS 6.6%