0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

※書き途中※【入門メモ】Google Homeを買ったので、google-home-notifierのサンプルコードで遊んでみたメモ

Posted at

#はじめに
Yahoo! HackDay初日、買い出しに行ったビックカメラで半額最終日のGoogle Homeに遭遇。
3,000円のGoogle Home Miniを衝動買いしました(もともと買うつもりだったけど)

せっかくなのでいろいろ遊んで見たい!

#開発入門
検索するとたくさん出てきますが、便利なライブラリが公開されており、よく使われているのは下記のNode.jsのライブラリのよう。

google-home-notifier

(これをインストールするために新調して何もインストールしてなかったMacにようやくNode.jsインストールしましたwそして毎度のごとくパス通し忘れてCommand not found地獄に。)

#google-home-notifierインストール
##package.json作成

$ mkdir google-home
$ cd google-home
$ npm init

##google-home-notifierをインストール

$ npm install google-home-notifier

#サンプルコードで喋らせてみる

0
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?