/42-project-badge

💊 Generate a score badge for your 42 projects, using the APIs of 42 and Shields.io

Primary LanguageJavaScriptMIT LicenseMIT

42 Project Badge

🪧 Overview

Generate a score badge for your 42 projects, using the APIs of 42 and Shields.io

🕹️ Usage

  1. It's simple, just change:
  • LOGIN42 by your username
  • PROJECT42 by the project name libft, get-next-line, born2beroot, push-swap, exam-rank-02, cpp-module-00, etc..
[![42 Project Score](https://42-project-badge.glitch.me/users/LOGIN42/project/PROJECT42)](https://github.com/ricardoreves/42-project-badge)
  1. Paste the code in your README, and it's done !

Demo

Score

Get the list of your projects

  1. Replace LOGIN42 by your username
https://42-project-badge.glitch.me/users/LOGIN42/projects
  1. Open link in new tab or make a curl request
curl https://42-project-badge.glitch.me/users/rpinto-r/projects

📚 References

  • shields.io - We serve fast and scalable informational images as badges for GitHub
  • 42api - The 42 API provide programmatic access to read and write 42's data.