0.1.3 • Published 4 years ago

homesay v0.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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 tomoya@nicecabbage.com

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago