Codechef-API
Codechef-API copied to clipboard
Codechef api
CodeChef REST API
This is a RESTful API built with Node.js that allows users to retrieve data of other CodeChef users using their handle. The API uses web scraping techniques with Axios, JSDOM, and Express to fetch and parse the required information.
If you like it please star it 🥺
API Reference
https://codechef-api.vercel.app/handle_of_user
Get all items
GET /handle
| Parameter | Type | Description |
|---|---|---|
handle |
string |
Required. Codechef handle of user |
Authors
Demo
https://codechef-api.vercel.app/one_deepak
Installation
Install my-project with npm
npm install
cd codechef-api
Run Locally
Clone the project
git clone https://github.com/deepaksuthar40128/Codechef-API
Go to the project directory
cd codechef-api
Install dependencies
npm install
Start the server
npm run start