homebridge-website-check

0.0.4 • Public • Published

homebridge-website-check

Homebridge plugin for monitoring website changes.

Usage

"accessories": [
  {
    "accessory": "WebsiteCheck",
    "name": "NintendoRingFit",
    "url": "https://store.nintendo.co.jp/category/STORELIMITEDGOODS/HAC_Q_AL3PA.html",
    "selector": ".item-cart-and-wish-button-area",
    "ignoreText": "大変混雑している",
    "interval": 300000
  }
]
  • url: The URL to monitor.
  • interval: Check interval in ms.
  • selector: Optional, CSS selector used for filtering content.
  • ignoreText: Optional, Array or String, do nothing if the page contains the text.

License

CC BY-NC-SA 4.0

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i homebridge-website-check

    Weekly Downloads

    0

    Version

    0.0.4

    License

    none

    Unpacked Size

    4.59 kB

    Total Files

    5

    Last publish

    Collaborators

    • zcbenz