Skip to content

Instantly share code, notes, and snippets.

@dickverbunt
dickverbunt / NestSheet
Last active January 23, 2017 20:37
Nest data Google Docs
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