Skip to content

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

License

Notifications You must be signed in to change notification settings

teltec/teltec-social-wall

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published