Skip to content

codeuino/contributors-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

contributors-backers-tracker

Contributors backers tracker is a repository that keeps track of all Codeuino's contributors.

Bragging right

We understand the feeling of beingn part of something and being publicly noticed. So contributors-backers-tracker is a Project created and maintained by Conduino to display all contributors to Codeuino's Projects.

Code style

js-standard-style

A Standard code format will help others contributing to this project Example:

jQuery.('.class').on('ready', function(event) {
  event.preventDefault();
  var output;
  output = jQuery.(this).val();
  console.log(output);
});

Tech-Stack/Framework(s) used

Built with

Features

Display Icon of All Contributors

Code Example

var token = "******************************";
$.get("https://api.github.com/user?access_token="+token, function(data, status) {
    console.log(data);
});

Contribute

You can contribute by reviewing code and opening issues ticket as a tester, and as a developer visit issues and try to render solutions to open issues. A Guidelines.

MIT © Precious Tom