GitXplorerGitXplorer
s

aws-polly-node-typescript-demo

public
2 stars
1 forks
0 issues

Commits

List of commits on branch master.
Verified
504f3ed43d663c53f42527c31616315d52a54817

Create LICENSE

ssvarlamov committed 2 years ago
Unverified
8184031d6bcd085f97bd89a15133d24910d0642f

Initial commit

ssvarlamov committed 2 years ago

README

The README file for this repository.

AWS Polly - Speech to Text: NodeJS TypeScript

Conversion of the AWS Polly Python web example to NodeJS and TypeScript.

Setup

Install the dependencies and setup your AWS credentials:

# Install dependencies
npm install

# Setup your AWS configuration as env vars after creating the .env file
cp .env.example .env

Running

After completing the setup steps, you're ready to start the demo:

npm run dev

Navigate to http://localhost:8000