/twitter-api

my personal twitter API connector

Primary LanguageClojureMIT LicenseMIT

twitter-api

The project uses Midje.

How to run the tests

  • lein midje will run all tests.
  • lein midje :autotest will run all the tests indefinitely. It sets up a watcher on the code files. If they change, only the relevant tests will be run again.

How to start the program

  • lein run will run the core namespace set at project.clj

Available on docker

  • docker build -t twitter-api:latest .
  • docker run -p 3000:3000 twitter-api:latest

Http Availability