Sample
STDIN -> Pushbullet
Notify of the STDIN contents using by Pushbullet.
in:
stdin:
out:
pushbullet:
device: ******@gmail.com
token: *******
title: テスト
mode: note
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": "予定の通知"
}
}
}