Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 387 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 387 Bytes

This is just a sandbox for experimenting with modeling tweets in PostgreSQL for the [DocNow] project.

Set these appropriately in your environment so that load.js can talk to the Twitter API:

  • CONSUMER_KEY
  • CONSUMER_SECRET
  • ACCESS_TOKEN
  • ACCESS_TOKEN_SECRET

Then you can use docker-compose to start up the test:

docker-compose up