public
Description: A simple Javascript widget to pull your last Twitter status without use of an API key
Homepage: http://nolancaudill.com
Clone URL: git://github.com/mncaudill/twitter-last-status.git
name age message
file LICENSE Loading commit data...
file README
file example.html
file twitter-last-status.js
README
**************************************************
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.