/subs-zero

Web app to display subreddit data

Primary LanguageJavaScript

subs-zero

Web app to display images and captions from the r/Funny subreddit. Photo albums will be ignored in initial versions of the app.

Note: must use the h2s/reddit-api-client library and PHP5+.

Reddit API Client Install Instructions:

git clone https://github.com/h2s/reddit-console.git
cd reddit-console
php composer.phar install

Enable Curl Instructions:

sudo apt-get install php5-curl

sudo service apache2 restart