Guangcong Luo fd609ab60b
Some checks failed
Node.js CI / build (24.x) (push) Has been cancelled
Properly authenticate logged-in account in OAuth
(The OAuth screen no longer shows users as logged in when they aren't.)
2026-08-16 12:42:12 -07:00
2026-07-16 19:33:33 -07:00
2022-12-29 21:22:53 -06:00
2024-08-02 19:21:40 -05:00
2026-07-28 02:05:31 -07:00
2026-07-17 00:44:46 -07:00

Pokemon Showdown Loginserver.

This is the PS loginserver.

Run it in the foreground with npm run run, or under PM2 with npm start and npm stop.

Pass a config path after --, for example npm run run -- config/config.cjs.

Access it via /api/[action].

See src/actions.ts for a list of the actions. (Actions can be added by adding a function to that file)

Description
No description provided
Readme MIT 1.4 MiB
Languages
TypeScript 84.3%
JavaScript 11.5%
HTML 4%
PHP 0.1%