Skip to content

Instantly share code, notes, and snippets.

@tatey
Created December 15, 2011 00:09
Show Gist options
  • Select an option

  • Save tatey/1479210 to your computer and use it in GitHub Desktop.

Select an option

Save tatey/1479210 to your computer and use it in GitHub Desktop.
Everyday Hero JavaScript API Wrapper
var api = new EverydayHero({event: '3284'});
api.top_ten('individual', callback);
api.top_ten('team', callback);
api.total(callback);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment