-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make it work? #102
Comments
You have to create a JS script with the provided example : https://github.com/endoplasmic/google-assistant#usage Make sure to modify with your own information. Then run node with the created script. |
You may want to try this sample : https://github.com/endoplasmic/google-assistant/blob/master/examples/console-input.js |
Yah sadly even though you hear the response it doesn't always come with a text string :( Glad you got it working though! |
yeah, that's exactly what I noticed. some commands return a text response but others don't. not sure why. but thanks a lot for helping me to get this working. |
Hello,
I am new to JS / NODE.js... sorry in advance for the silly question.
Wondering how I can make this work... I have installed node.js on my PC.
Trying to run executing npm run and the only script there is called test.
when I try npm run test it just have a code to exit... wondering how to make the examples work.
Thanks
The text was updated successfully, but these errors were encountered: