Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/husain3012/leetcoder

Leetcode API
https://github.com/husain3012/leetcoder

dsa dsa-algorithm interview-preparation leetcode ranking-system

Last synced: about 1 month ago
JSON representation

Leetcode API

Awesome Lists containing this project

README

        

# Leetcode API

## Table of Contents

- [Leetcode API](#leetcode-api)
- [Table of Contents](#table-of-contents)
- [About ](#about-)
- [Getting Started ](#getting-started-)
- [Usage ](#usage-)
- [Local](#local)
- [Deployed](#deployed)

## About

Serverless leetcode api to get public user info from leetcode.com

## Getting Started

```bash
git clone [email protected]:husain3012/leetcode-api.git
cd leetcode-api
yarn
yarn dev
```

## Usage

### Local

```bash
http://localhost:3000/api/leetcode/username
```

### Deployed
```bash
https://leetcoder.vercel.app/api/leetcode/username
```