************************************************** Project: twitter-last-status Author: Matthew Nolan Caudill (nolan@nolancaudill.com) Date: 22 April 2009 License: BSD ************************************************** This is an extremely simple piece of Javascript that uses the JSONP interface of Twitter to pull in the last status of a username. It is covered under the BSD License. Usage (an example file is also included): 1) Set the 'username' variable to the desired user. 2) Include the script on any HTML page. 3) The script looks for a HTML div on the page with id of 'twitter-last-status' to fill in after the callback.
mncaudill/twitter-last-status
A simple Javascript widget to pull your last Twitter status without use of an API key
JavaScriptNOASSERTION