/easy-speak

An example web speech api website

Primary LanguageJavaScript

Easy Speak

An example Web Speech API website.

Getting started

docker-compose up

Check out http://localhost:6633

Run with heroku

Create an .env file with values for these keys

DATABASE_URL=postgresql://real:secure@my-db.net:5432/easyspeak
PORT=6633

Run locally with heroku

heroku local

Check out http://localhost:6633