Stream audio from the microphone connected to your browser to a node js server.
install dependencies:
npm install
run:
export GCLOUD_PROJECT= <your google speech project name>
export GOOGLE_APPLICATION_CREDENTIALS= <your app credential location>
npm start