I want to connect between a smart power switch app(eWelink for example) to google app scripts. The problem is the API(https://ewelink-api.vercel.app/docs/introduction) uses a library which isn't possible to use in google app scripts. What is the easiest way to bypass this?
Asked
Active
Viewed 122 times
0
-
You can install node module with Apps Script with the help of Clasp.. but it require some setup – Waxim Corp Nov 09 '22 at 17:31
1 Answers
0
I recommend sending the data collected by the eWeLink API to Google Spreadsheets, then interacting with it through Google App Scripts . You can get more information in this regard here.

Siddhant Priyadarshi
- 365
- 2
- 6