Go to file
Mia 08e0cabf2b
Some checks failed
Node.js CI / build (16.x) (push) Has been cancelled
Node.js CI / build (20.x) (push) Has been cancelled
Don't send reqs as a JSON string
2024-10-24 08:54:12 -05:00
.github/workflows CI: Also run with node 20 2024-09-05 16:43:39 -07:00
config Add support for suspect test verification 2024-10-22 11:14:01 -05:00
src Don't send reqs as a JSON string 2024-10-24 08:54:12 -05:00
.editorconfig Readd editorconfig, set up tests 2022-12-29 21:22:53 -06:00
.eslintrc.json Fix build error 2023-12-18 05:43:53 +00:00
.gitignore Ignore .DS_STore 2022-12-27 20:33:17 -06:00
.mocharc.json Readd editorconfig, set up tests 2022-12-29 21:22:53 -06:00
LICENSE Add LICENSE file 2024-08-02 19:21:40 -05:00
OAUTH.md Fix code sample for getting a token (#18) 2023-09-11 09:14:31 -05:00
package-lock.json Bump @types/node for v20 2024-10-22 11:14:54 -05:00
package.json Bump @types/node for v20 2024-10-22 11:14:54 -05:00
README.md Bumping commit 2022-12-29 20:03:37 -06:00
tsconfig.json Use esnext 2023-01-03 19:30:37 -06:00

Pokemon Showdown Loginserver.

This is the PS loginserver. Build it with npm run build, and run it with npm run start.

You can access it via either /action.php, or /api/[desired action].

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