Skip to content

a Twitter jQuery plugin, yes there are probably loads of them, but are they Test Driven?

Notifications You must be signed in to change notification settings

iainjmitchell/twitTweet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#twitTweet THIS NO LONGER WORKS - DUE TO TWITTER CLOSING DOWN EXISTING REST API.

A simple jQuery Twitter plugin.

The git repository history also serves as an example of TDD with Javascript.

#Requirements jQuery + jQuery-ui (core and widget)

Usage

//default
$('#containerDiv').twitTweet();

//with options
$('#containerDiv').twitTweet({
	results: 10, //number of results to display
	userName: 'iainjmitchell', //twitter username - default is *
	includeMentions: false //include other people mentioning this user - default is true
});

About

a Twitter jQuery plugin, yes there are probably loads of them, but are they Test Driven?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published