/react-google-cloud-speech

Simple demo of using Google Cloud Speech with ReactJS and NodeJS

Primary LanguageJavaScript

Brief

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

Usage

First install dependencies by running:

npm install

Start client

Run npm start to start ReactJS 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