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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.4
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.4
    2
  • 0.0.3
    1
  • 0.0.2
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i homebridge-website-check

Weekly Downloads

5

Version

0.0.4

License

none

Unpacked Size

4.59 kB

Total Files

5

Last publish

Collaborators

  • zcbenz