mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-05-13 07:28:03 -05:00
Pretendo account server
face expression filenames renamed to match the original Nintendo Network naming convention (e.g. smile_open_mouth -> happy_face, sorrow -> puzzled_face, etc.). face render resolution changed from 128x128 to 96x96, and whole body resolution changed from 270x270 to 270x360. |
||
|---|---|---|
| .github/workflows | ||
| migrations | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| Dockerfile | ||
| eslint.config.mjs | ||
| example.env | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| pnid-scrub.js | ||
| README.md | ||
| SETUP.md | ||
| tsconfig.json | ||
Account server
Replacement for several account-based services used by the WiiU and 3DS. It replaces the NNID api as well as NASC for the 3DS. It also contains a dedicated PNID api service for getting details of PNIDs outside of the consoles (used by the website)
Uses the IP2Location LITE database for IP geolocation.
Setup
See SETUP.md for how to self host