Scriptable scripts
Scripts I made for iOS app Scriptable
Netatmo
Go to Netatmo Dev Portal and create a new app. You will need the client ID and client secret.
Fill in lines 3 to 6 in the code with your data:
const username = 'your@ma.il';
const password = 'accountPassword';
const client_id = 's0m3R4nd0mID';
const client_secret = 'R4nd0m3S3cr3t';