Skip to content

A REST API which takes in the username , and sends the user's rating and name from different competitive coding websites.

Notifications You must be signed in to change notification settings

ishaanmehta4/Rating-Wiz-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rating-Wiz API

A REST API which takes in the username, and sends the user's rating and name from different competitive coding websites. It uses Puppeteer module, with NodeJS runtime environment.

API usage

Example GET Request

https://rating-wiz.herokuapp.com/codechef/ishaanmehta

Example JSON Response

{"name": "Ishaan Mehta", "rating": "1500"}

Just replace "ishaanmehta" with the target username. Similar requests can be made for hackerearth or codeforces ratings also.

About

A REST API which takes in the username , and sends the user's rating and name from different competitive coding websites.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published