Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 720 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 720 Bytes

Real-time Tweet Map

An application created at Codete for real-time tweets visualization on a map.

Read more about the application on Codete Blog

Prerequisites

  • 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

Run the application with command

activator run

Visit http://localhost:9000 to display heatmap or http:///localhost:9000/marker to display marker map.