diff options
author | Federico Fissore <f.fissore@arduino.cc> | 2013-07-05 11:54:56 +0200 |
---|---|---|
committer | Federico Fissore <f.fissore@arduino.cc> | 2013-07-05 11:55:38 +0200 |
commit | e9453ceae57e5e19f98f6ab47e9e39d58b751959 (patch) | |
tree | b54fc18234649bc062e0ac11eb710c345dbee2d6 /libraries/Temboo/examples/GetYahooWeatherReport/TembooAccount.h | |
parent | cc56f7666d142107fe522684195b5056ffc8cafa (diff) |
introducing Temboo library
Diffstat (limited to 'libraries/Temboo/examples/GetYahooWeatherReport/TembooAccount.h')
-rw-r--r-- | libraries/Temboo/examples/GetYahooWeatherReport/TembooAccount.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/Temboo/examples/GetYahooWeatherReport/TembooAccount.h b/libraries/Temboo/examples/GetYahooWeatherReport/TembooAccount.h new file mode 100644 index 0000000..c58b447 --- /dev/null +++ b/libraries/Temboo/examples/GetYahooWeatherReport/TembooAccount.h @@ -0,0 +1,4 @@ +#define TEMBOO_ACCOUNT "myTembooAccountName" // your Temboo account name +#define TEMBOO_APP_KEY_NAME "myFirstApp" // your Temboo app key name +#define TEMBOO_APP_KEY "xxx-xxx-xxx-xx-xxx" // your Temboo app key + |