Skip to content

Instantly share code, notes, and snippets.

@richardlevy
richardlevy / index.js
Created May 4, 2023 10:20
Solis Cloud Scraper Alexa Skill
/*
lambda/index.js
This is a very basic Alexa skill to get the latest stats from a Solis Cloud Scraper installation.
To configure you need to:
* Add the URL of your Solis Scraper installation in the GetRemoteDataHandler function directly below
* Add your Solis Scraper username and password to the getRemoteData function at the bottom
I used one of the example project templates and modified it. You will have to separately choose an invocation name.