An open API service indexing awesome lists of open source software.

https://github.com/fetch/fetchtweets.js

jQuery plugin to fetch tweets from Twitter API
https://github.com/fetch/fetchtweets.js

Last synced: 10 months ago
JSON representation

jQuery plugin to fetch tweets from Twitter API

Awesome Lists containing this project

README

          

fetchtweets.js
==============

jQuery plugin to fetch tweets from Twitter API using application token

### Register your application at [fetchtweets.com](http://www.fetchtweets.com)

#### Implementation is as simple as:

```js
$(function(){
$('#tweets').fetchtweets({
key: 'Your application key here'
});
});
```