rss bot with config over room state
This repository has been archived on 2018-10-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 100%
Find a file
2018-10-16 22:03:44 +02:00
.vscode fix port 2018-10-15 21:50:24 +02:00
.gitignore initial code; hello world 2018-10-15 21:05:02 +02:00
config.sample.yaml initial code; hello world 2018-10-15 21:05:02 +02:00
config.schema.yaml initial code; hello world 2018-10-15 21:05:02 +02:00
index.js we can read state 2018-10-16 22:03:44 +02:00
LICENSE.md initial commit 2018-10-15 18:55:29 +02:00
package-lock.json initial commit 2018-10-15 18:55:29 +02:00
package.json change name to feedrsser 2018-10-15 21:10:58 +02:00
README.md fix port 2018-10-15 21:50:24 +02:00

  1. copy config.sample.yaml and modify accordingly
  2. generate config with e.g. node index.js -r -u "http://localhost:9000"
  3. start with node index.js --config <path-to-config> -p <port>