Nodejs script to tweet and redqueen messages from Makers Local 256 ical feed.
Move config.js.dist to config.js, then edit 'rq' and 'twitter' sections with your information.
node index /config/path
docker run -v $(PWD)/eventwitter/config.js:/config.js -v /etc/localtime:/etc/localtime:ro -d --name="eventwitter" itsamenathan/eventwitter --config /config.js
Schedule alertsSend to RedQueenSend to twitterConfig parameter to enable/disable msg updates.Better logging- Auto-reload config file
- Unit tests
- Package it up