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
- Host: GitHub
- URL: https://github.com/sweatpotato13/github-profile-psbadge
- Owner: sweatpotato13
- Created: 2020-12-13T04:00:28.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-08T01:24:47.000Z (about 2 years ago)
- Last Synced: 2025-01-20T21:47:54.798Z (3 months ago)
- Topics: atcoder, codeforce, competitive-programming, github-profile-card, nestjs, problem-solving, profile-badges
- Language: TypeScript
- Homepage:
- Size: 2.13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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}
```
* atcoder
```
https://psbadge.herokuapp.com/ac/{handle}
```
* Topcoder
```
https://psbadge.herokuapp.com/tc/{handle}
```
