Coder Social home page Coder Social logo

rhof's Introduction

rhof

Build NPM Version NPM Downloads Github Repo Size LICENSE Contributors Commit

Fetch contributors list of github repository and generate hall of fame for github readme

Install

$ npm i @gh-conf/rhof

Usage

const rhof = require('@gh-conf/rhof');

(async () => {
  try {
    const username = 'arshadkazmi42'; //github username
    const repository = 'gh-rhof'; // github repository name
    const hof = await rhof(username, repository);
    console.log(hof);
    // <a href='https://github.com/arshadkazmi42'><img src="https://github.com/arshadkazmi42.png" width="30" /></a>
  } catch (error) {
    console.log(error);
  }
})();

Contributing

Interested in contributing to this project? You can log any issues or suggestion related to this library here

Read our contributing guide on getting started with contributing to the codebase

rhof's People

Contributors

arshadkazmi42 avatar ceticamarco avatar chuckrea avatar dependabot[bot] avatar lokesh541 avatar mcscrambles avatar pwnb0y avatar riya09 avatar safirangi avatar shubhankers avatar simba-97 avatar sungminpark1 avatar william-bowden avatar zshuff03 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

rhof's Issues

License Badge

Add LICENSE badge in README

[![LICENSE](https://img.shields.io/npm/l/@gh-conf/rhof.svg)](https://github.com/gh-conf/rhof/LICENSE)

Contributors badge

Add contributors badge in README

[![Contributors](https://img.shields.io/github/contributors/gh-conf/rhof.svg)](https://github.com/gh-conf/rhof/graphs/contributors)

Link to contributors profile broken

README has broken link to contributors profile under contributors section.

Current URL:
https://github.com/arshadkazmi42)

Expected URL:
https://github.com/arshadkazmi42

Remove contributors section from README

We don't need the contribution section in readme as now Github shows the contributors list in right sidebar.

Remove the Contributors section from README.md

Add badges to readme

  1. Install npm badger npm install npm-badger -g
  2. Clone this repository git clone https://github.com/gh-conf/rhof
  3. Go to root directory cd rhof
  4. Run npm badger npm-badger
  5. Commit README.md file
  6. Create Pull Request

Github Repo Size Badge

Add Github Repo Size Badge in README

[![Github Repo Size](https://img.shields.io/github/repo-size/gh-conf/rhof.svg)](https://github.com/gh-conf/rhof)

NPM Version Badge

Add NPM version badge in README

[![NPM Version](https://img.shields.io/npm/v/@gh-conf/rhof.svg)](https://www.npmjs.com/package/@gh-conf/rhof)

fix vulnerability

  • Delete package-lock.json
  • Run npm install
  • Commit all the changes
  • Create a Pull request

Build passing badge in readme

Add below line in README.md right below the title

[![Build](https://img.shields.io/travis/com/gh-conf/rhof.svg)](https://travis-ci.com/gh-conf/rhof)

add downloads badge

[![NPM Downloads](https://img.shields.io/npm/dt/@gh-conf/rhof.svg)](https://www.npmjs.com/package/@gh-conf/rhof)

add the above code in README.md with other badges

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.