Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MohanRamSridhar authored May 15, 2024
1 parent 5721599 commit 05aee9f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions New_APIs/Codeforces_API/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@

# Codeforces Rating Changes Visualization

### Overview

This project provides a simple web-based visualization tool to track and visualize changes in a user's rating on Codeforces, a popular competitive programming platform. It utilizes the Codeforces API to fetch user rating data and displays it using Chart.js library.

### Features

- Fetches user rating data from Codeforces API using a provided handle.
- Displays rating changes over time in a line chart.
- Customizable chart with options to adjust chart size and appearance.

### Getting Started

1. **Obtain a Codeforces API Key:** Before using this tool, you need to obtain a Codeforces API key. You can get it by registering on the [Codeforces website](https://codeforces.com/apiHelp)

2. **Replace API Key and Handle:** In the provided HTML file, replace `'YOUR_API_KEY'` with your actual Codeforces API key and `'Your_Codeforces_Handle'` with the Codeforces handle for which you want to visualize rating changes.

3. **Run the HTML file:** Simply open the HTML file in a web browser. It will fetch the user's rating data from Codeforces and display it in a line chart.

### Dependencies

- Chart.js: A JavaScript library for creating beautiful charts.

0 comments on commit 05aee9f

Please sign in to comment.