Go to file
2021-10-11 20:50:59 -05:00
.github/workflows Fix actions? 2021-10-11 20:50:59 -05:00
src WIP 2021-10-11 20:47:59 -05:00
.eslintrc.json WIP 2021-10-11 20:47:59 -05:00
.gitignore WIP 2021-10-11 20:47:59 -05:00
.npmrc WIP 2021-10-11 20:47:59 -05:00
package.json WIP 2021-10-11 20:47:59 -05:00
README.md WIP 2021-10-11 20:47:59 -05:00
tsconfig.json WIP 2021-10-11 20:47:59 -05: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)