This file contains hidden or 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 = ''; //what you use to login to nest | |
| var password = '' ////what you use to login to nest | |
| var CityID = ''; //Openweather prefers the 6 digit city code to the zipcode. Find your city and check the url for the 6 digit city id code. | |
| var AppID = '' // get your free Openweather AppID and enter it here | |
| var sheetid = ''; //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 |