evac

Node.js based simple aggregator.

Home Plugin Sample View on GitHub

Sample

STDIN -> Pushbullet

Notify of the STDIN contents using by Pushbullet.

in:
  stdin:
out:
  pushbullet:
    device: ******@gmail.com
    token: *******
    title: テスト
    mode: note

STDIN -> Pushbullet

ics -> notice

Announces your schedule of less than 1 hour by Growl.

{
  "in": {
    "ical": {
      "url": "http://****.********.jp/calendar/ical/*****.ics",
      "within": 1
    }
  },
  "filter": {
    "through": {}
  },
  "out": {
    "notice": {
      "type": "growl",
      "title": "予定の通知"
    }
  }
}

ics to notice sample.