-
Notifications
You must be signed in to change notification settings - Fork 0
jeffreycrow/githubActivity
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This code will take in a username, fetch that user's recent activity feed in JSON which is piped through a
Yahoo! Pipe to get JSONP so we can do the remote pull. Then it's printed (sort of) like GitHub does it. The
HTML markup/CSS is easy enough to change.
* Requires jQuery, jquery.timeago.js (included)
Add a div with the id 'githubActivity' to your HTML. Then put:
githubActivity("username");
into your $(document).ready().
TODO:
* Finish adding HTML for all GitHub events.
* Comment code
* Maybe try to eliminate dependencies if I get bored enough.
About
JavaScript widget for display a GitHub user's recent activity feed. No longer useful since you can use JSONP with GitHub now.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published