get all badges

This commit is contained in:
Tommy Parnell
2015-03-28 09:07:00 -04:00
parent af9bd7ffc9
commit 7b77eeacdc
8 changed files with 38 additions and 10 deletions

View File

@@ -4,4 +4,18 @@ This provides a simple embeddable widget for your [Untappd](https://untappd.com)
## How do I use this?
Simply add the css and js files at the root of this project to your website. Then call:
We host the css at `http://untappdwidget.azurewebsites.net/Content/jquery.UntappedWidget.min.css`
We host the js at `http://untappdwidget.azurewebsites.net/Scripts/jquery.UntappedWidget.min.js`
`$("#Target").untappd("YourUsername");`
## How do I contribute?
Submit pull requests
## Todo
* Make a build time minifier
* Push to Bower?
* Move the css/js into a cdn of some kind?