Coder Social home page Coder Social logo

leguim-repo / git-badges Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pujux/badge-it

0.0 0.0 0.0 64 KB

An API serving useful badges for your GitHub Profile README ๐Ÿš€๐ŸŽ‰

Home Page: https://badges.pufler.dev

JavaScript 100.00%

git-badges's Introduction

git-badges

Useful badges for your GitHub Profile README ๐ŸŽ‰

All endpoints support the parameters that you can also use for shields.io badges, you can check out the documentation here shields.io styles.

Currently available:

  • Visits Badge
    https://badges.pufler.dev/visits/{username}/{repo}

    Returns a badge containing the page hit counter for your repository

    Markdown Code:
    [![Visits Badge](https://badges.pufler.dev/visits/puf17640/git-badges)](https://badges.pufler.dev)

  • Visits Badge
    https://badges.pufler.dev/years/{username}

    Returns a badge containing the number of years you have been a member

    Markdown Code:
    [![Years Badge](https://badges.pufler.dev/years/puf17640)](https://badges.pufler.dev)

  • Repos Badge
    https://badges.pufler.dev/repos/{username}

    Returns a badge containing the number of your public repositories

    Markdown Code:
    [![Repos Badge](https://badges.pufler.dev/repos/puf17640)](https://badges.pufler.dev)

Installation:

git clone https://github.com/puf17640/git-badges

cd git-badges

npm install

# Rename .env.example to .env
# Replace 'github_username' and 'github_token' with your GitHub username and a personal token (no additional permissions required)

# Run MongoDB as a Docker container 
docker run -d --rm -p 27017:27017 mongo

npm run start

The app should now be started on http://localhost:3000.

Got an idea for a badge? ๐Ÿ˜€

Create an issue and I will reply soon!

git-badges's People

Contributors

pujux avatar thinkverse avatar alwinw avatar dependabot[bot] avatar ryo-endo avatar

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.