Google Assistant に「OK Google, 今日のゆゆ式」と話しかけるとゆゆ式の 1 コマが印刷される IoT「今日のゆゆ式」の Webhook サーバです.
- Node.js
- yarn
- adnanh/webhook
lp
コマンド- ゆゆ式のコマ画像が格納されたディレクトリ
- コマ画像のファイル名は「1 巻 9 ページ目 5 コマ目」なら
01-009-5.jpg
のようにしておくこと
- コマ画像のファイル名は「1 巻 9 ページ目 5 コマ目」なら
- ESC/POS コマンドをサポートしていて, 紙幅 80mm のロール紙を印刷できるレシートプリンタ
- 紙幅 80 mm の感熱ロール紙
$ git clone https://github.com/mizdra/today-yuyushiki
$ cd today-yuyushiki
$ yarn install
$ yarn run build
$ # localhost に 8000 番ポートで Webhook サーバを立てる
$ PORT=8000 KOMA_DIR=path/to/koma_jpgs PRINTER=tm_l90 yarn run start
yarn run start
: Run for productionyarn run build
: Build for productionyarn run dev
: Run for developmentyarn run check
: Try static-checking
MIT