40 lines
2.0 KiB
Plaintext
40 lines
2.0 KiB
Plaintext
<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">
|
|
|
|
<h1>Getting Started</h1>
|
|
|
|
<ul>
|
|
<li>Sign Up for a New User Account - <a title="Create New ThingSpeak User Account" href="https://thingspeak.com/account/new">https://thingspeak.com/account/new</a></li>
|
|
<li>Create a New Channel by selecting <em>Channels</em> and then <em>Create New Channel</em></li>
|
|
<li>Follow a <a title="ThingSpeak Tutorials" href="http://community.thingspeak.com/tutorials/">tutorial</a> for common devices and applications</li>
|
|
</ul>
|
|
|
|
<br>
|
|
<h4>Support</h4>
|
|
<p>Please post your questions, comments, and feature requests in the <a title="ThingSpeak Forum" href="http://community.thingspeak.com/forum/">ThingSpeak Forum</a>.</p>
|
|
|
|
<br><br>
|
|
<h4>Open Source</h4>
|
|
|
|
<p>The ThingSpeak API is available on <a title="ThingSpeak Open Source Web of Things API on GitHub" href="https://github.com/iobridge/thingspeak" target="_blank">GitHub</a> and includes the complete ThingSpeak API for processing HTTP requests, storing numeric and alphanumeric data, numeric data processing, location tracking, and status updates. The open source version follows the same documentation as the ThingSpeak hosted service.</p>
|
|
|
|
<ul>
|
|
<li><a title="Open Source Web of Things API - ThingSpeak on GitHub" href="https://github.com/iobridge/thingspeak" target="_blank">GitHub Repository for ThingSpeak</a></li>
|
|
<li><a title="ThingSpeak GitHub Readme File" href="https://github.com/iobridge/thingspeak/blob/master/README.textile" target="_blank">ThingSpeak README and Setup Instructions</a></li>
|
|
</ul>
|
|
|
|
<br><br>
|
|
<h4>HTTP Headers</h4>
|
|
If you would like to reduce the number of HTTP headers sent by our application, please add the parameter "headers=false" to any HTTP request.
|
|
|
|
<br><br><br><br><br><br><br><br><br><br><br><br>
|
|
|
|
</div>
|
|
</div>
|
|
|