aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 4e501f8a8a73bd1585208f0c618448bba6eb1c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# You are only as good as your last commit

JavaScript widget to include on your site that shows and links to your last commit on GitHub.

``` html
<span class="lastcommit-widget" data-user="your github username"></span>
<script src="http://johannilsson.github.com/lastcommit/widget.js"></script>
```

* It's not smart enough to filter out commits by others in a repository.
* Does not work properly on commits in branches.

By [Johan Nilsson](http://markupartist.com)