Aymkdn / assistant-pushover

Plugin Pushover pour recevoir des notifications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assistant-pushover

Plugin pour envoyer des notifications Push via le service Pushover

Configuration

Dans le fichier configuration.json, ajoutez votre appKey et votre userKey Pushover

{
  "plugins": {
    "pushover": {
      "appKey": "",
      "userKey": ""
    }
  }
}

Utilisation

Une notification sera dispatchée quand le message pushover_TITREDEVOTRENOTICATION--MESSAGEDEVOTRENOTIFICATION sera envoyé à Pushbullet (depuis IFTTT)

About

Plugin Pushover pour recevoir des notifications

License:MIT License


Languages

Language:JavaScript 89.6%Language:Batchfile 10.4%