This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function doGet() { | |
// you only need to modify the next four lines of this code then publish web app | |
var email = 'email address'; //what you use to login to nest | |
var password = 'password' ////what you use to login to nest | |
var zip = 'zip code'; | |
var sheetid = 'sheet id'; //on your spreadsheet url its everything between /d/ <sheet id> /edit | |
/* to publish web app just: | |
1) Make sure the four variables are set above before you publish | |
2) Click Publish --> Deploy as web app |