updated temboo examples

This commit is contained in:
Federico Fissore 2013-07-11 11:24:53 +02:00
parent 08e99376ec
commit f149dac5a7
9 changed files with 25 additions and 23 deletions

View File

@ -1,7 +1,7 @@
/*
GetYahooWeatherReport
Demonstrates making a request to the Yahoo! Weather API using the Temboo Arduino Yun SDK.
Demonstrates making a request to the Yahoo! Weather API using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@ -12,7 +12,7 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
Looking for another API? We've got over 100 in our Library!
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
*/

View File

@ -2,7 +2,7 @@
ReadATweet
Demonstrates retrieving the most recent Tweet from a user's home timeline
using the Temboo Arduino Yun SDK.
using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@ -18,7 +18,8 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun
is connected to the Internet.
Looking for social APIs? We've got Facebook, Google+, Instagram, Tumblr and more.
Want to use another social API with your Arduino Yun? We've got Facebook,
Google+, Instagram, Tumblr and more in our Library!
This example code is in the public domain.
*/

View File

@ -1,7 +1,7 @@
/*
SendATweet
Demonstrates sending a tweet via a Twitter account using the Temboo Arduino Yun SDK.
Demonstrates sending a tweet via a Twitter account using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@ -13,13 +13,14 @@
the Twitter dev console at https://dev.twitter.com. Note that since this
sketch creates a new tweet, your application will need to be configured with
read+write permissions. After creating the app, you'll find OAuth credentials
for that application under the "OAuth Tool" tab.
Substitute these values for the placeholders below.
for that application under the "OAuth Tool" tab. Substitute these values for
the placeholders below.
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
Looking for social APIs? We've got Facebook, Google+, Instagram, Tumblr and more.
Want to use another social API with your Arduino Yun? We've got Facebook,
Google+, Instagram, Tumblr and more in our Library!
This example code is in the public domain.
*/

View File

@ -1,7 +1,7 @@
/*
SendAnEmail
Demonstrates sending an email via a Google Gmail account using the Temboo Arduino Yun SDK.
Demonstrates sending an email via a Google Gmail account using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@ -11,12 +11,12 @@
Since this sketch uses Gmail to send the email, you'll also need a valid
Google Gmail account. The sketch needs the username and password you use
to log into your Gmail account: substitute the placeholders below for these values.
to log into your Gmail account - substitute the placeholders below for these values.
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
Looking for another API? We've got over 100 in our Library!
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
*/

View File

@ -1,7 +1,7 @@
/*
SendAnSMS
Demonstrates sending an SMS via a Twilio account using the Temboo Arduino Yun SDK.
Demonstrates sending an SMS via Twilio using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@ -25,7 +25,7 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
Looking for another API? We've got over 100 in our Library!
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
*/

View File

@ -1,8 +1,7 @@
/*
SendDataToGoogleSpreadsheet
Demonstrates appending a row of data to a Google spreadsheet from the Arduino Yun
using the Temboo Arduino Yun SDK.
Demonstrates appending a row of data to a Google spreadsheet using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@ -30,7 +29,7 @@
NOTE that the first time you run this sketch, you may receive a warning from
Google, prompting you to authorize access from a 3rd party system.
Looking for another API? We've got over 100 in our Library!
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.

View File

@ -1,7 +1,7 @@
/*
ToxicFacilitiesSearch
Demonstrates making a request to the Envirofacts API using the Temboo Arduino Yun SDK.
Demonstrates making a request to the Envirofacts API using Temboo from an Arduino Yun.
This example retrieves the names and addresses of EPA-regulated facilities in the
Toxins Release Inventory (TRI) database within a given zip code.
@ -14,7 +14,7 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
Looking for another API? We've got over 100 in our Library!
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
*/

View File

@ -1,7 +1,7 @@
/*
UpdateFacebookStatus
Demonstrates sending a Facebook status update using the Temboo Arduino Yun SDK.
Demonstrates sending a Facebook status update using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
@ -18,7 +18,8 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun
is connected to the Internet.
Looking for social APIs? We've got Twitter, Google+, Instagram, Tumblr and more.
Want to use another social API with your Arduino Yun? We've got Twitter, Google+,
Instagram, Tumblr and more in our Library!
This example code is in the public domain.
*/

View File

@ -1,8 +1,8 @@
/*
UploadToDropbox
Demonstrates uploading a file to Dropbox using the Temboo Arduino Yun SDK.
Demonstrates uploading a file to a Dropbox account using Temboo from an Arduino Yun.
Check out the latest Arduino & Temboo examples and support docs at http://www.temboo.com/arduino
A Temboo account and application key are necessary to run all Temboo examples.
@ -24,7 +24,7 @@
This example assumes basic familiarity with Arduino sketches, and that your Yun is connected
to the Internet.
Looking for another API? We've got over 100 in our Library!
Looking for another API to use with your Arduino Yun? We've got over 100 in our Library!
This example code is in the public domain.
*/