Ruby/Growl
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
&tag(Ruby,Growl);
* [[Growl]] [#m570ddbd]
- [[Ruby で Growl に通知するサンプル - Qiita>http://qiita...
require 'ruby-growl'
g = Growl::GNTP.new "localhost", "ruby-growl"
g.add_notification "notification", "ruby-growl Notificat...
URI.parse('https://gravatar.com/avat...
g.notify "notification", "Ruby スクリプトからの通知",
"ruby-growl を使ったテストメッセージです。", 0,...
* 通知センタ [#b6f538c8]
- [[OSX - 通知センターで天気予報を通知するサンプル - Qiit...
Livedoorが提供しているお天気WebサービスのAPIに6桁からな...
返ってきたJSONをパースし、
その結果をTerminal-notifierに渡す
終了行:
#contents
&tag(Ruby,Growl);
* [[Growl]] [#m570ddbd]
- [[Ruby で Growl に通知するサンプル - Qiita>http://qiita...
require 'ruby-growl'
g = Growl::GNTP.new "localhost", "ruby-growl"
g.add_notification "notification", "ruby-growl Notificat...
URI.parse('https://gravatar.com/avat...
g.notify "notification", "Ruby スクリプトからの通知",
"ruby-growl を使ったテストメッセージです。", 0,...
* 通知センタ [#b6f538c8]
- [[OSX - 通知センターで天気予報を通知するサンプル - Qiit...
Livedoorが提供しているお天気WebサービスのAPIに6桁からな...
返ってきたJSONをパースし、
その結果をTerminal-notifierに渡す
ページ名: