Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teltec/teltec-social-wall
A web application that shows live Tweets and Instagram photos that contain a specified hashtag.
https://github.com/teltec/teltec-social-wall
instagram-photos live-tweets social-wall websockets
Last synced: 9 days ago
JSON representation
A web application that shows live Tweets and Instagram photos that contain a specified hashtag.
- Host: GitHub
- URL: https://github.com/teltec/teltec-social-wall
- Owner: teltec
- License: bsd-3-clause
- Created: 2016-04-11T19:04:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:16:20.000Z (almost 2 years ago)
- Last Synced: 2024-08-02T15:32:43.848Z (3 months ago)
- Topics: instagram-photos, live-tweets, social-wall, websockets
- Language: JavaScript
- Homepage:
- Size: 1.12 MB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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][3] 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][3] to the frontend application to present them.
## Screenshot
![Screenshot](https://raw.githubusercontent.com/teltec/teltec-social-wall/master/screencapture.png)
## How to run?
git clone https://github.com/teltec/teltec-social-wall.git
cd teltec-social-wall
npm install
bower install
grunt
./bin/www[1]: http://nodered.org/
[2]: http://www.twitter.com/
[3]: http://www.websocket.org/