Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

alexa-cookie

soef33MIT0.0.20

Generate Cookie and CSRF for Alexa Remote

alexa, echo, alexa remote, layla.amazon.de

readme

Library to generate a cookie including a csrf for alexa remote

License

Example:

`javascript 1.8 let alexaCookie = require('alexa-cookie');

alexaCookie('amazon-email', 'password', function (err, result) { console.log('cookie: ' + result.cookie); console.log('csrf: ' + result.csrf); });

Info:

Partly based on Amazon Alexa Remote Control (PLAIN shell)
Thank you for that work.