Upgrade to Pro — share decks privately, control downloads, hide ads and more …

OK, Googleの話

OK, Googleの話

mmorito

June 29, 2018
Tweet

More Decks by mmorito

Other Decks in Programming

Transcript

  1. 森藤 敏之 - @mmorito_0318 株式会社エムネス - 霞クリニック - 病理診断センター - 総合遠隔医療支援機構(

    NPO) イベント / 勉強会 - GCPUG  広島支部  admin - その他 趣味 - ライブ参戦 - 野外フェスの参戦 - アイドルの応援
  2. しかもめっちゃ簡単 $> npm install google-home-notifier IP アドレスを指定する $> node example.js

    Endpoints: http://192.168.11.14:8091/google-home-notifier https://d221adc6.ngrok.io/google-home-notifier GET example: curl -X GET https://d221adc6.ngrok.io/google-home-notifier?text=Hello+Google+Home POST example: curl -X POST -d "text=Hello Google Home" https://d221adc6.ngrok.io/google-home-notifier example.js