alexa-reminders

1.0.1 • Public • Published

alexa-reminders

A nodejs library to create Amazon Echo Alexa Reminders

This librabry can also be used as a pseudo Push Notification alternative.

Read more about why here

Installation

$ npm install -S alexa-reminders

Usage

var reminders = require('alexa-reminders')
reminders.login('Device Name', 'username', 'password', function(error, response, config){
  reminders.setReminder('Ask Alexa team for a proper Reminders API', null, config, function(error, response){
    console.log(response)
  })
})

TODO

  • Create Listener example
  • Save cookies and device info in FileSystem file to avoid login every time

Readme

Keywords

none

Package Sidebar

Install

npm i alexa-reminders

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • noelportugal