Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
Sven Slootweg 736e08168d Syntax highlighting in README 7 lat temu
.gitignore Initial commit 7 lat temu
README.md Syntax highlighting in README 7 lat temu
logger.js Initial commit 7 lat temu
package.json Initial commit 7 lat temu

README.md

listenlogger

Quick-and-dirty tweet logger for listentotwitter.com.

Setup (after cloning the repository):

npm install

Usage:

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.