pruv007's blog

By pruv007, history, 4 years ago, In English

Hello, I have created an API that generates a rating card of your performance on Codeforces. Its very simple to use, just embed the url into an image src and you will get your own CF rating Card.

Usage
- E.g : <img width='50%' src='https://pruvi007-apis.herokuapp.com/CF/pruv007 />'
- API Url : https://pruvi007-apis.herokuapp.com/CF/your_handle_on_CF
- You can use this on your own websites to show your CF performance.
- You can also add this to your Github profile Repository.
- In fact, you can use this wherever you want !!

Following are some example rating cards of various users ->

Specialist Card
 Specialist-Card-pruv007-ME

Expert-Card
Expert-Card

Legendary Grandmaster Card
 Legendary-GM-Card

Pupil Card
 Pupil Card

Candidate Master Card

Specialist Card

Hope you all like it. Keep Coding.

  • Vote: I like it
  • +30
  • Vote: I do not like it

| Write comment?
»
4 years ago, # |
Rev. 2   Vote: I like it +4 Vote: I do not like it

can you show the current rating on it as well?

upd. I've found a problem, if the user is unrated the api returns a Internal Server Error, does this need to be fixed?