# listenlogger Quick-and-dirty tweet logger for listentotwitter.com. Setup (after cloning the repository): ```sh npm install ``` Usage: ```sh node logger.js bbcdebate ``` ... where `bbcdebate` is the query you want to listen for. All data is output to stdout in newline-delimited JSON format, and can be redirected to a file, passed through `jq`, and so on.