Skip to content

Instantly share code, notes, and snippets.

View drewpayment's full-sized avatar
🚀
Shoot the moon

Drew Payment drewpayment

🚀
Shoot the moon
  • Grand Rapids, MI
View GitHub Profile
@drewpayment
drewpayment / gist:2a30fc5ecb824d63f18d87fd33f29079
Created September 9, 2018 21:59 — forked from davidrea/gist:17ba3aebfa65c933daca
Script to fetch Nest and outdoor temperature data and log to Google Sheets
function performLogin(email, password) {
var payload = {
"username" : email,
"password" : password
};
var options = {
"method" : "post",
"payload" : payload
};
@drewpayment
drewpayment / states_hash.json
Created July 7, 2018 17:10 — forked from mshafrir/states_hash.json
US states in JSON form
{
"AL": "Alabama",
"AK": "Alaska",
"AS": "American Samoa",
"AZ": "Arizona",
"AR": "Arkansas",
"CA": "California",
"CO": "Colorado",
"CT": "Connecticut",
"DE": "Delaware",