Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sweatpotato13/atcoder-user-api
nestjs for AtCoder UserInfo API
https://github.com/sweatpotato13/atcoder-user-api
api atcoder hasura nestjs postgresql typescript
Last synced: about 1 month ago
JSON representation
nestjs for AtCoder UserInfo API
- Host: GitHub
- URL: https://github.com/sweatpotato13/atcoder-user-api
- Owner: sweatpotato13
- Created: 2021-02-21T01:46:26.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-06T20:26:34.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T16:49:46.091Z (8 months ago)
- Topics: api, atcoder, hasura, nestjs, postgresql, typescript
- Language: TypeScript
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AtCoderUserInfoAPI
Atcoder UserInfo API
## Environment
* Docker## Usage
```
docker-compose up -d
``````
http://localhost:8000/user/CuteWisp
```## API Reference
### GET /user/:{userid}
base-url is `https://atcoder-api.herokuapp.com`
```
https://atcoder-api.herokuapp.com/user/CuteWisp
``````json
{
"bitrh": 1995,
"highest": 740,
"id": 6468795,
"match": 13,
"rank": 17772,
"rating": 717,
"user": "CuteWisp",
"win": 0
}
```