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

https://github.com/sweatpotato13/github-profile-psbadge

ps rating badge for github profile
https://github.com/sweatpotato13/github-profile-psbadge

atcoder codeforce competitive-programming github-profile-card nestjs problem-solving profile-badges

Last synced: about 1 month ago
JSON representation

ps rating badge for github profile

Awesome Lists containing this project

README

        

## Description

Profile badge for codeforces & atcoder & topcoder

## Installation

```bash
$ yarn
```

## Running the app

```bash
# development
$ yarn start

# watch mode
$ yarn start:dev
```

## Using docker container
```bash
$ docker-compose up -d
```

## Example

* Codeforce
```
https://psbadge.herokuapp.com/cf/{handle}
```
![SS](https://psbadge.herokuapp.com/cf/CuteWisp)

* atcoder
```
https://psbadge.herokuapp.com/ac/{handle}
```
![SS](https://psbadge.herokuapp.com/ac/CuteWisp)

* Topcoder
```
https://psbadge.herokuapp.com/tc/{handle}
```
![SS](https://psbadge.herokuapp.com/tc/handle)