Skip to content

Simple demo of using Google Cloud Speech with VueJS and NodeJS

Notifications You must be signed in to change notification settings

maitrungduc1410/vue-google-cloud-speech

Repository files navigation

Brief

This is a simple demo how to use Google Cloud Speech with VueJS and NodeJS

Usage

First install dependencies by running:

npm install

Start client

Run npm run serve to start VueJS client

Start backend

Before start backend you have to export an environment that links to your Google Service Account Key

Eg:

export GOOGLE_APPLICATION_CREDENTIALS="absolute_path_to_service_acount_key_file"

Then in the same terminal, run the following command to start backend:

npm run dev

Now you're ready to go

About

Simple demo of using Google Cloud Speech with VueJS and NodeJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published