homesay
v0.1.3
Published
Simple Javascript/Typescript utility to make Google Home say something.
Readme
Homesay
Simple Javascript/Typescript utility to make Google Home say something.
Usage
import { homesay } from "homesay";
(async () => homesay(process.env.VOICE_TEXT_API_KEY!, process.argv[2]))();It internally calls VoiceText API for TTS, so VoiceText API is required.
License
MIT
Author
Tomoya Hirano [email protected]
