Skip to content

A Twitter live stream visualization using Vue.js and Highcharts.

License

Notifications You must be signed in to change notification settings

fabiandev/vue-twitter-stream-app

 
 

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 Twitter live stream visualization using Vue.js and Highcharts.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 55.2%
  • JavaScript 35.5%
  • CSS 8.2%
  • HTML 1.1%