How to run example
Start a http server
python -m http.server 8080
Visit http://localhost:8080
Set AVS config object in the constructor
const avs = new AVS({
clientId: 'amzn1.application-oa2-client.123...',
deviceId: 'example_device',
deviceSerialNumber: 123,
redirectUri: `https://example.com/authresponse`
});
Install dependencies
npm install
Watch and build
npm run watch
Build
npm run build
MIT