[Show the location][contriloca_page] of your github project contributors.
Lovingly crafted by [@denbuzze][twitter_denbuzze].
- It's the first time I've used [dojo] in a real life project.
- I hope people will show me ways how to make my code better.
- I don't like cats.
- Push the finished code to your own remote repository.
- Send a pull request to [christianv/contriloca][contriloca].
- Indentation: 2 spaces
- Max column width: 78 characters
- Trailing spaces: not allowed
- Always use curly brackets {} for if/else/for
- Put all
var
statements in the beginning of a function - Use === & !== for comparing variables
- Use the following spacing rules:
for (var i = 0, j = length; i < j; i++) {
## API Usage
The contriloca project uses the following APIs:
* [Google Maps JavaScript API](http://code.google.com/apis/maps/documentation/javascript/)
* [Github API v3](http://developer.github.com/v3/)
## Version log
* 0.0.1 Initial version
[contriloca]: https://github.com/christianv/contriloca
[contriloca_page]: http://christianv.github.com/contriloca/
[dojo]: http://dojotoolkit.org/
[twitter_denbuzze]: (http://twitter.com/denbuzze)