Skip to content

v1.0.0 - First working version of package implemented.

Pre-release
Pre-release
Compare
Choose a tag to compare
@snorremd snorremd released this 09 Oct 22:22

This release implements a very simple npm library that integrates an rss feed watcher with the Slack webhook api. It exposes a single function start(config) which takes a configuration object with relevant configuration parameters such as rss feed URL, interval for feed polling, Slack webhook URL etc.

This release contains a bug wherein you might not be able to require the package as the package.json file specifies the wrong file and path in the value of the main-property of the package.json config object.