Skip to content

sassy/node-rss-reporter

Repository files navigation

node-rss-reporter

Node.js CI

RSS/ATOM report used e-mail.

example usage

node-rss-reporter --url http://blog.example.com/atom.xml \
    --to user@example.com \
    --host smtp.gmail.com \
    --user user@gmail.com \
    --pass password

options

  • url feed(RSS/ATOM) URL.
  • to email address for sending.
  • host smtp server host name.
  • port optional smtp server port. default is 465.
  • from optional from email address.
  • user optional user name for SMTP Authenticatio
  • pass optional password for SMTP Authenticatio