Skip to content

Support for Competitive Coding cards to add in readme or portfolio websites.

Notifications You must be signed in to change notification settings

bijankundu/cp-cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub CP Rating Card 📇

What if there are cards on Github profile that shows our Codeforces ratings with the rating colour as well?

This API helps you create your custom profile cards with max rating in Codechef, Codeforces and Atcoder.

Maybe you can flaunt more with your coding cards now.




📝Parameters

name <optional> - your own name

codeforces <optional> - your codeforces userID

codechef <optional> - your codechef userID

atcoder <optional> - your atcoder userID




🔍 Usage

Copy paste this into your markdown content, and that's it. Simple!

Change the ?name= value to your own name.

Change the ?codeforces= value to your codeforces's username.

Change the ?codechef= value to your codechef's username.

Change the ?atcoder= value to your atcoder's username.

<img src="https://cp-cards.herokuapp.com?name=Gennady Korotkevich&codeforces=tourist&codechef=gennady.korotkevich&atcoder=tourist"/>

This corresponds to




💡 Fun Fact

The color of the rating changes as your maximum rating according to the website's policy.

Contributing

Feel free to open a pull requests. For major changes, please open an issue first to discuss what you would like to change.




👷 Setup

Run locally

  • Clone the Repo
$ git clone https://github.com/bijankundu/cp-cards.git

$ cd cp-cards
  • Install the dependencies
npm install
  • Run the API
node index.js

If you like this project please ⭐ this repo.

About

Support for Competitive Coding cards to add in readme or portfolio websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published