Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Latest commit

 

History

History
executable file
·
19 lines (12 loc) · 542 Bytes

README.md

File metadata and controls

executable file
·
19 lines (12 loc) · 542 Bytes

#Twitter client

Build Status

##Running

You need to have kafka running on the adress specified in application.conf (by default localhost:9092)

Sbt

  • sbt run
  • custom port - sbt -Dhttp.port=9001 run

Test twitter account

Integration tests and dev enviroment use this fake account: https://twitter.com/JvmTest

Pushing to Docker

  • sbt dockerPush to build and push