Skip to content

Commit

Permalink
Added a little blurb on how to reproduce this at home.
Browse files Browse the repository at this point in the history
  • Loading branch information
howardabrams committed May 21, 2012
1 parent 579991a commit e973849
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions web/templates/twitter.html
Expand Up @@ -13,9 +13,14 @@
});</code></pre>
<p>
<b>Note:</b> I realize that this is obvious, but keep in mind that
your JavaScript calls can not go directly to
<code>http://api.twitter.com</code>, but can only access the host
(and port) from whence they came.
your JavaScript calls can not go directly to
<code>http://api.twitter.com</code>, but can only access the host
(and port) from whence they came.
</p>
<p>
In order to try this demo at home, I have a
<a href="http://www.nodejs.org">Node.js</a>
server that acts a proxy.
</p>
</div>
<div id="twitter-panel"></div>
Expand Down

0 comments on commit e973849

Please sign in to comment.