Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Alexa To Reminders Access.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ $$$$$$$$$$$$$$$$$$$$$$$
*/

//set baseURL based on your home country url
const baseURL = 'https://www.amazon.com'
const baseURL = 'https://www.amazon.ca'

//include the reminder list name exactly as it is in Reminders app
const reminderListName = 'Grocery and Shopping'
const reminderListName = 'To do List'

//signInKey should be specific for your language. English uses "Sign in". German uses "Anmelden"
const signInKey = "Sign in"
Expand Down Expand Up @@ -157,4 +157,4 @@ async function main() {
}

await synchronizeReminders();
}
}