Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 868 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 868 Bytes

Teltec Social Wall

A web application that shows live Tweets and Instagram photos that contain a specified hashtag.

How it works?

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.

Screenshot

Screenshot

How to run?

git clone https://github.com/teltec/teltec-social-wall.git
cd teltec-social-wall
npm install
bower install
grunt
./bin/www