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
- Host: GitHub
- URL: https://github.com/fetch/fetchtweets.js
- Owner: fetch
- Created: 2013-08-13T10:04:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-20T11:10:29.000Z (over 12 years ago)
- Last Synced: 2024-12-31T21:42:23.920Z (over 1 year ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
});
});
```