Skip to content

The source code of Joe Maddalone's - AngularJS Speech Recognition with annyang

Notifications You must be signed in to change notification settings

1dolinski/implement-todoannyang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

implement-todoannyang

The source code of Joe Maddalone's - AngularJS Speech Recognition with annyang
Original Youtube Video

About

Annyang is a JS library that allows your users to contorl your site using voice commands.

Implementation

In Joe's video (thanks!), he talked about running the files on a local server. I used nodejs and express to do this.

To get the application up and running.

  1. Install node
  2. Run
node server.js
  1. Go to
http://localhost:8000/index.html

Tips

I used bower to install angular and annnyang. It is important that the bower_components remain in the static folder and not in the root directory because express.static "sandboxes" to the path you pass. This means that it won't go a "level up" from the directory.

About

The source code of Joe Maddalone's - AngularJS Speech Recognition with annyang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published