An application created at Codete for real-time tweets visualization on a map.
Read more about the application on Codete Blog
- Install Scala and Play Framework
- Checkout the repository
- Create a Twitter App and update Application.scala accordingly
- Enable Google Maps JavaScript API in your Google Developer Console, create API key credential and paste it into index.scala.html
Run the application with command
activator run
Visit http://localhost:9000
to display heatmap or http:///localhost:9000/marker
to display marker map.