Skip to content

A test app for handling the Twitter Streaming API in Information Visualisation

License

Notifications You must be signed in to change notification settings

saschazar21/twitter-infovis

Repository files navigation

Twitter Realtime Visualization

This app will stream live data from the Twitter Streaming API to visualize it with the power of Vue and Highcharts.

Quickstart

$ git clone https://github.com/fabiandev/vue-twitter-stream-app.git
$ cd vue-twitter-stream-app
$ cp server/.env.example server/.env
$ yarn

Now fill in your credentials in server/.env and run yarn start.

Live Example

https://ivapp.herokuapp.com/

Since the app is hosted on a free Heroku instance, it may need some time to boot up.
Please also note, that due to restrictions of the Twitter streaming API, only one concurrent stream is allowed.

Fun fact: The app is named "iv", because the course at University, where this project was born, was called "Information Visualisation".

Credits

This app uses:

About

A test app for handling the Twitter Streaming API in Information Visualisation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published