Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 418 Bytes

RSS Slackbot

fetch Feeds, post Slack.com. Designed for run with Docker.

Build Status

Install Dependencies

% npm install
% gem install foreman

Run

% export SLACK_TOKEN=a1b2cdef345
% DEBUG=rssbot npm start

Test

% npm test