GithubHelp home page GithubHelp logo

codeuino / contributors-tracker Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 3.0 48 KB

It is a community contributor tracker mechanism maker

License: Apache License 2.0

CSS 3.67% JavaScript 0.29% HTML 96.04%
jquery nodejs contributors-backers-tracker html css tracking

contributors-tracker's Introduction

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

contributors-tracker's People

Contributors

jaskiratsingh2000 avatar prezine avatar yashagr5980 avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

contributors-tracker's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.