alexa-cookie

0.0.20 • Public • Published

alexa-cookie

Library to generate a cookie including a csrf for alexa remote

License

Example:

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.

Package Sidebar

Install

npm i alexa-cookie

Weekly Downloads

11

Version

0.0.20

License

MIT

Last publish

Collaborators

  • soef