Skip to content

Simple example project using the streaming runtime API

Notifications You must be signed in to change notification settings

voiceflow/streaming-wizard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streaming Wizard

Warning

You should never expose your API_KEY on any frontend or user-facing client.

A quick example of using the Voiceflow runtime streaming API.

DEMO

Docs:

Installation

Clone this repository and install the dependencies (yarn install)

Usage

Create a .env file containing the following information (fill out PROJECT_ID and API_KEY): For your development env, whenever you make changes to the project, be sure click "Run" first to ensure it is in the latest state.

RUNTIME_ENDPOINT="https://general-runtime.voiceflow.com"
PROJECT_ID=
API_KEY=
ENVIRONMENT=development

Start up the project using yarn dev

About

Simple example project using the streaming runtime API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published