add tutorials to documentation

This commit is contained in:
Lee Lawlor 2014-04-04 18:49:18 -04:00
parent a59507718d
commit f27fb8342e
4 changed files with 124 additions and 1 deletions

View File

@ -8,6 +8,7 @@ class DocsController < ApplicationController
def importer; ; end
def charts; ; end
def users; ; end
def tutorials; ; end
def channels
# default values

View File

@ -38,6 +38,7 @@
<% end %>
<li class="<%= 'active' if params[:action] == 'plugins' %>"><a href="/docs/plugins">Plugins</a></li>
<li class="<%= 'active' if params[:action] == 'tutorials' %>"><a href="/docs/tutorials">Tutorials</a></li>
<li class="<%= 'active' if params[:action] == 'errors' %>"><a href="/docs/errors">Error Codes</a></li>
</ul>

View File

@ -0,0 +1,121 @@
<div class="row">
<div class="col-sm-offset-1 col-sm-3 col-xs-12" id="leftcol">
<%= render 'docs/sidebar' %>
</div>
<div class="col-sm-7 col-xs-12">
<div>
<h1 id="tutorials">Tutorials</h1>
</div>
<br>
<h3>Getting Started with ThingSpeak</h3>
<ul>
<li><a title="Introduction to the Internet of Things and ThingSpeak" href="http://community.thingspeak.com/tutorials/introduction-to-the-%E2%80%9Cinternet-of-things%E2%80%9D-and-thingspeak/">Introduction to the “Internet of Things” and ThingSpeak</a> </li>
<li><a title="Video tutorial on creating ThingSpeak Channels" href="http://community.thingspeak.com/tutorials/thingspeak-channels/">ThingSpeak Channels</a>&nbsp;</li>
</ul>
<h3>Arduino</h3>
<ul>
<li><a title="Using an Arduino and Ethernet Shield to Update a ThingSpeak Channel" href="arduino/using-an-arduino-ethernet-shield-to-update-a-thingspeak-channel/">Using an Arduino + Ethernet Shield to Update a ThingSpeak Channel</a></li>
<li><a title="Update a Twitter Status with the ThingTweet App and Arduino and Ethernet Shield" href="/tutorials/arduino/update-twitter-with-thingtweet-and-arduino-ethernet-shield/">Update Twitter with ThingTweet and Arduino + Ethernet Shield</a></li>
<li><a title="Update ThingSpeak Channels and Twitter with Arduino Ethernet" href="http://community.thingspeak.com/tutorials/arduino/update-thingspeak-channels-and-twitter-with-arduino-ethernet/">Update ThingSpeak Channels and Twitter with Arduino Ethernet</a></li>
<li><a title="Controlling the Arduino Yún with TalkBack" href="http://community.thingspeak.com/tutorials/arduino/controlling-the-arduino-yun-with-talkback/">Controlling the Arduino Yún with TalkBack</a></li>
<li><a title="RESTduino to ThingSpeak via Python" href="https://github.com/sirleech/RestduinoThingspeak" target="_blank">RESTduino to ThingSpeak via Python</a> [external]</li>
<li><a title="Arduino ThingSpeak Example Source Code is on GitHub" href="https://github.com/iobridge/ThingSpeak-Arduino-Examples" target="_blank">Arduino Examples for ThingSpeak on GitHub</a> [external]</li>
</ul>
<h3>Electric Imp</h3>
<ul>
<li><a title="Solar-powered Temperature Logger with Electric Imp and ThingSpeak" href="https://gist.github.com/evilmachina/6402955">Solar-powered Temperature Logger with Electric Imp and ThingSpeak</a> [external]</li>
</ul>
<h3>Freetronics</h3>
<ul>
<li><a title="Freetronics Eleven Review and ThingSpeak Project" href="http://community.thingspeak.com/tutorials/freetronics/freetronics-eleven-review-and-thingspeak-project/">Freetronics Eleven Review and ThingSpeak Project</a></li>
</ul>
<h3>Google</h3>
<ul>
<li><a title="Google Gauge Visualization for a ThingSpeak Channel" href="google/display-a-google-gauge-visualization-using-thingspeak-plugins/">Display a Google Gauge Visualization using ThingSpeak Plugins</a></li>
<li><a title="Parse Weather Data from Google Weather API using ThingHTTP" href="/tutorials/google/parse-weather-data-from-google-weather-with-thinghttp/">Parse Weather Data from Google Weather with ThingHTTP</a>&nbsp;[deprecated]</li>
</ul>
<h3>ioBridge</h3>
<ul>
<li><a title="Updating a Twitter Status via the ioBridge IO-204 and the ThingTweet App" href="iobridge/updating-a-twitter-status-using-the-thingtweet-app-and-iobridge-io-204/">Updating a Twitter Status using the ThingTweet App and ioBridge IO-204</a></li>
</ul>
<h3>Java</h3>
<ul>
<li><a title="ThingSpeak Java Client" href="https://github.com/angryelectron/thingspeak-java/" target="_blank">ThingSpeak Java Client</a>&nbsp;[external]</li>
</ul>
<h3>JavaScript / jQuery</h3>
<ul>
<li><a title="Parse ThingSpeak Last Entry Feed with jQuery with example and project" href="http://community.thingspeak.com/tutorials/javascript/parse-thingspeak-last-entry-feed-with-jquery/">Parse ThingSpeak Last Entry Feed with jQuery</a></li>
</ul>
<h3>mbed</h3>
<ul>
<li><a title="Temperature Monitor Using mbed, DS1620, and ThingSpeak" href="http://frank.circleofcurrent.com/thingspeak_mbed_tut1/" target="_blank">Temperature Monitor using mbed, DS1620, and ThingSpeak</a> [external]</li>
<li><a title="Continuous Temperature Monitoring with the mbed and ThingSpeak" href="http://blog.hendriklipka.de/archives/2014/01/temperature_monitoring.html" target="_blank">Continuous Temperature Monitoring with the mbed and ThingSpeak</a> [external]</li>
</ul>
<h3>.NET / C#</h3>
<ul>
<li><a title="ThingSpeak .NET Class" href="http://cobwebsonmymind.wordpress.com/2011/04/13/thingspeak-net-class/" target="_blank">ThingSpeak .NET Class</a> [external]</li>
<li><a title="Internet Of Things and μPLibrary : client for ThingSpeak platform" href="http://www.embedded101.com/Blogs/PaoloPatierno/tabid/106/entryid/258/Internet-Of-Things-and-PLibrary-client-for-ThingSpeak-platform.aspx" target="_blank">μPLibrary client for ThingSpeak platform</a>&nbsp;[external]</li>
</ul>
<h3>Netduino</h3>
<ul>
<li><a title="Create your own Web of Things using the Netduino Plus and ThingSpeak" href="netduino/create-your-own-web-of-things-using-the-netduino-plus-and-thingspeak/">Create your own Web of Things using the Netduino Plus and ThingSpeak</a></li>
</ul>
<h3>node.js</h3>
<ul>
<li><a title="node.js Client for ThingSpeak" href="https://www.npmjs.org/package/thingspeakclient">node.js Client for ThingSpeak</a>&nbsp;[external]</li>
</ul>
<h3>Processing</h3>
<ul>
<li><a title="ThingSpeak Light Sensor Test" href="http://keeganmann.wordpress.com/2011/04/15/thingspeak-light-sensor-test/" target="_blank">Processing and ThingSpeak Light Sensor Test</a> [external]</li>
</ul>
<h3>Prowl Push Updates</h3>
<ul>
<li><a title="Send Push Updates using Prowl and ThingHTTP" href="prowl/send-push-updates-using-prowl-and-thinghttp/">Send Push Updates using Prowl and ThingHTTP</a></li>
</ul>
<h3>Python</h3>
<ul>
<li><a title="How to Talk To ThingSpeak With Python (A Memory/CPU Monitor)" href="http://www.australianrobotics.com.au/?q=node/292" target="_blank">How to Talk To ThingSpeak With Python</a> [external]</li>
<li><a title="Using Arduino and Python to Update a ThingSpeak Channel" href="http://vimeo.com/19064691" target="_blank">Using Arduino and Python to Update a ThingSpeak Channel</a> </li>
<li><a title="Connecting Arduino to Thingspeak using python as an middle ware" href="http://tenettech.com/blogspot/?p=918" target="_blank">Connecting Arduino to ThingSpeak using Python as Middle-ware</a>&nbsp;[external]</li>
</ul>
<h3>Ruby</h3>
<ul>
<li><a title="ThingSpeak Ruby Gem" href="http://community.thingspeak.com/tutorials/ruby/thingspeak-api-ruby-gem/" target="_blank">ThingSpeak API Ruby Gem</a></li>
</ul>
<h3>SmartThings</h3>
<ul>
<li><a title="SmartThings to ThingSpeak Python Script" href="http://amazingrcvideos.blogspot.com/2013/06/smartthings-to-thingspeak-python-script.html">SmartThings to ThingSpeak Python Script</a></li>
</ul>
<h3>Spark Core</h3>
<ul>
<li><a title="Spark Core Interface for ThingSpeak" href="https://community.spark.io/t/interface-for-thingspeak/2329">Spark Core Interface for ThingSpeak</a>&nbsp;[external [beta]</li>
</ul>
<h3>Twine</h3>
<ul>
<li><a title="HOW-TO: CHART TWINE's COURSE with ThingSpeak" href="http://supermechanical.tumblr.com/post/43737678135/how-to-chart-twines-course" target="_blank">Data Logging and Charting with Twine + Sensors</a>&nbsp;[external]</li>
</ul>
<h3>Twilio Cloud Communications</h3>
<ul>
<li><a title="Make calls with Twilio and ThingSpeak" href="twilio/make-calls-with-twilio-using-the-thinghttp-app/">Make Calls with Twilio using the ThingHTTP App</a></li>
</ul>
<h3>Twitter</h3>
<ul>
<li><a title="Send Twitter Status Updates using the ThingTweet App, Twitter Proxy from ThingSpeak" href="twitter/send-status-updates-using-the-thingtweet-app/">Send Status Updates using the ThingTweet App</a></li>
</ul>
<h3>WordPress</h3>
<ul>
<li><a title="How to Embed a ThingSpeak Chart on your WordPress Blog" href="wordpress/how-to-embed-a-thingspeak-chart-on-your-wordpress-blog/">How to Embed a ThingSpeak Chart on your WordPress Blog</a></li>
</ul>
<h3>Wireless</h3>
<ul>
<li><a title="Connecting XBee Wireless Networks to ThingSpeak via the ConnectPort X2 running XIG" href="http://community.thingspeak.com/tutorials/wireless/connecting-xbee-wireless-networks-to-thingspeak-via-the-connectport-x2-running-xig/">Connecting XBee Wireless Networks to ThingSpeak via the ConnectPort X2 running XIG</a></li>
</ul>
</div>
</div>

View File

@ -17,6 +17,6 @@
<div class="section_header_reverse">Privacy Options for Open Data</div>
<p>We respect your privacy. You can choose to make your data public or private. Over 95% of ThingSpeak Channels are private meaning that the data is not publicly accessible without API keys and user authentication. You can control who has access to your data and build applications that are open to those that you choose. We don't sell your data to third-parties. You can even run ThingSpeak on a private network at your facility or home and build tightly secured applications for your organization's needs.</p>
<div class="section_header_reverse">Open Source for Open Source</div>
<p>The ThingSpeak API is available on <a href="https://github.com/iobridge/thingspeak" title="GitHub repo for ThingSpeak source code" target="_blank">GitHub</a> for download and installation on your own servers. You can also take the source code and make changes and contribute new features. ThingSpeak is a modern Ruby on Rails 3.0 application and includes everything to get started including, a full web application, <em>User Management</em>, <em>API Key Management</em>, <em>Channel Management</em>, and <em>Charting</em>. The license for ThingSpeak is under GPLv3 for open source use and can be licensed from <a href="http://www.iobridge.com" title="ioBridge" target="_blank">ioBridge</a> for closed source applications. ThingSpeak has been installed on over 500 servers and licenced commercially since its release on GitHub in March 2011. <a href="mailto:oem@iobridge.com" title="Contact ioBridge for licensing options for ThingSpeak">Contact ioBridge</a> for licensing options for commercial use<a href="mailto:oem@iobridge.com" title="Contact for ThingSpeak Licensing"></a>. ThingSpeak will be powering many new services and products coming to market in 2012.</p>
<p>The ThingSpeak API is available on <a href="https://github.com/iobridge/thingspeak" title="GitHub repo for ThingSpeak source code" target="_blank">GitHub</a> for download and installation on your own servers. You can also take the source code and make changes and contribute new features. ThingSpeak is a modern Ruby on Rails 3.0 application and includes everything to get started including, a full web application, <em>User Management</em>, <em>API Key Management</em>, <em>Channel Management</em>, and <em>Charting</em>. The license for ThingSpeak is under GPLv3 for open source use and can be licensed from <a href="http://www.iobridge.com" title="ioBridge" target="_blank">ioBridge</a> for closed source applications. ThingSpeak has been installed on over 500 servers and licenced commercially since its release on GitHub in March 2011. <a href="http://connect.iobridge.com/contact/" target="_blank" title="Contact ioBridge for licensing options for ThingSpeak">Contact ioBridge</a> for licensing options for commercial use.</p>
<p align="center"><a href="https://github.com/iobridge/thingspeak" target="_blank"><%= image_tag 'GitHub_ThingSpeak_API.jpg', :size => '300x288' %></a></p>