Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.26 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.26 KB

`

Codechef API

The wait is over guys!!

What to do?

Just clone the repository to start working with the api.

Some Guidelines to be followed:-

Please never forget to write the username of the codechef user in the body of the request in JSON format .

localhost:3000/name------------>To get the full name of user
localhost:3000/org--------------->To get the full name of the organisation of user
localhost:3000/graph-------->To get image of progress graph in your current directory
localhost:3000/main_rating------>To get the main rating of the user
localhost:3000/country_rank----->To get the country rank of the user
localhost:3000/get_motto-------->To get the motto of the user
localhost:3000/get_stars---------->To get the star rating of the user
localhost:3000/highest_rank------>To get the highest rank of the user
localhost:3000/global_rank------->To get the global of the user

Steps to be performed:-

  • clone the repo
  • npm install
  • cd server
  • node server.js
  • You are ready to go 🤟!!
Please ⭐ the repository if you liked my work(that would really mean a lot).

`