Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

handsfree

Open the pod bay doors...

Travis CI

Installation

The Speech API, unlike most things in life, is better with safety.

On unsafe connections, i.e. plain text HTTP, Google Chrome spams the user with repeated permission requests. Enable HTTPS to suppress all but the first request.

Generate a self-signed certificate

openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem

Development

# launch demo in web browser
npm start

# run the unit tests
npm test

# keep re-building while coding
npm run watch

# like watch, but also serve on a non-caching server wit HTTPS, and open it in browser. Wow!
npm run dev

About

💬 Voice control for web apps.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages