#Twitter client
##Running
You need to have kafka running on the adress specified in application.conf (by default localhost:9092)
sbt run
- custom port -
sbt -Dhttp.port=9001 run
Integration tests and dev enviroment use this fake account: https://twitter.com/JvmTest
sbt dockerPush
to build and push