Git Product home page Git Product logo

codeforces-readme-stats's Introduction

Codeforces Readme Stats

An API that generates beautiful statistics of your Codeforces profile as an SVG image, perfect for showcasing your competitive programming skills and achievements on Github.

Check the docs for information on how to use the API.

Features

  • 📈 Clean and simple Codeforces stats
  • 🎨 Multiple themes - Theme
  • ⚙️ Fully customizable - Customization
  • 🚫 No tracking, controllable cache
  • 🍀 Open source - MIT License

Want to contribute? Feel free to open a pull request!

Usage

Codeforces stats card

Simply copy the code below, paste it into your README.md, and change the username query parameter to your Codeforces username (case-insensitive).

![Codeforces Stats](https://codeforces-readme-stats.vercel.app/api/card?username=redheadphone)

Preview:

Codeforces Stats

Congratulation! You are now showing your Codeforces stats on your profile!

Want a hyperlink? Try this:

[![Codeforces Stats](https://codeforces-readme-stats.vercel.app/api/card?username=redheadphone)](https://codeforces.com/profile/redheadphone)

Codeforces rating badge

Rating badge can also be added to your README.md, by coping and pasting the code below

![Codeforces Badge](https://codeforces-readme-stats.vercel.app/api/badge?username=redheadphone)

Preview:

Codeforces Badge

Contributing

Please kindly follow CONTRIBUTING.md to get started.

Acknowledgements

Inspirations

codeforces-readme-stats's People

Contributors

nis130 avatar redheadphone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

codeforces-readme-stats's Issues

FUNCTION_INVOCATION_TIMEOUT Error

Whenever Codeforces contests are live, their API gets slow, and as a result, my API gives FUNCTION_INVOCATION_TIMEOUT error because of the Vercel limits.

One solution to that can be a custom API cache adapter at the backend to cache codeforces API that saves the last 200 response data separately along with a time limit for temporary cache. So when data is not found in the temporary cache, it calls API, and if API gives an error or takes more than some seconds, it returns the last 200 response data.

Update Next.js and Packages to Address GitHub Security Concerns

This issue entails updating Next.js and its associated packages to their latest versions in order to address any potential security vulnerabilities identified by GitHub's security scanning mechanisms. It's crucial to ensure that our project remains secure and up-to-date with the latest patches and fixes. This update will involve thorough testing to ensure compatibility and stability within our application.

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.