A web application that shows live Tweets and Instagram photos that contain a specified hashtag.
Twitter: The backend uses the Twitter API to receive live tweets filtered by the specified hashtags, then sends each tweet via WebSocket to the frontend application to present them.
Instagram: The backend uses the Instagram API to retrieve recent tagged media filtered by the specified tags, then sends each media via WebSocket to the frontend application to present them.
git clone https://github.com/teltec/teltec-social-wall.git
cd teltec-social-wall
npm install
bower install
grunt
./bin/www