Skip to content

The application will generate a PNG image based on your handle on sites like CodeChef and Codeforces and your rating/color on those.

License

Notifications You must be signed in to change notification settings

abhishalya/rating-image-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rating image generator

build_status

This is one of the fun projects I tried. Basically, I needed a badge of my ratings on the sites like CodeChef and Codeforces. The application will generate a PNG image based on the data you provide.

How to use the application

Setting up local environment

Firstly you'll need nodeJS installed on your system. Then, you can use following commands to run the application:

git clone https://github.com/abhishalya/rating-image-generator.git
cd rating-image-generator
npm install

Once the requirements are installed, you can deploy the app using:

npm start

You can change the port number in the index.js file.

Now, redirect to http://localhost:5000 (or the port number you used) and fil up the form inputs and submit. The browser will request you to download the generated file.

Examples:

CodeChef_rating_image

Codeforces_rating_image

If you have better design ideas please fill free to contribute. I may have few issues raised, so check them out 😄

About

The application will generate a PNG image based on your handle on sites like CodeChef and Codeforces and your rating/color on those.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published