Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeuino/contributors-tracker
It is a community contributor tracker mechanism maker
https://github.com/codeuino/contributors-tracker
contributors-backers-tracker css html jquery nodejs tracking
Last synced: 12 days ago
JSON representation
It is a community contributor tracker mechanism maker
- Host: GitHub
- URL: https://github.com/codeuino/contributors-tracker
- Owner: codeuino
- License: apache-2.0
- Created: 2018-07-17T17:42:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T11:23:03.000Z (almost 6 years ago)
- Last Synced: 2024-02-24T18:32:48.387Z (9 months ago)
- Topics: contributors-backers-tracker, css, html, jquery, nodejs, tracking
- Language: HTML
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)A Standard code format will help others contributing to this project
Example:
```Javascript
jQuery.('.class').on('ready', function(event) {
event.preventDefault();
var output;
output = jQuery.(this).val();
console.log(output);
});
```
## Tech-Stack/Framework(s) usedBuilt with
- [jQuery](https://jquery.com)
- [NodeJS](https://nodejs.org/en/)## Features
Display Icon of All Contributors## Code Example
```javascript
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](https://github.com/codeuino/codeuino-docs/blob/master/Guide.md).MIT © [Precious Tom](https://prezine.herokuapp.com)