Go to file
2022-12-27 20:33:17 -06:00
.github/workflows Run tsc in tests 2021-10-11 20:53:16 -05:00
config Ensure everything in Config has a type 2022-07-07 01:54:32 -05:00
src Support custom actions in Config 2022-01-06 20:56:42 -06:00
.eslintrc.json bandaid test linter 2021-10-11 21:39:59 -05:00
.gitignore Ignore .DS_STore 2022-12-27 20:33:17 -06:00
.npmrc WIP 2021-10-11 20:47:59 -05:00
package.json many fixes 2021-11-25 17:17:57 -06:00
README.md WIP 2021-10-11 20:47:59 -05:00
tsconfig.json Properly typecheck src/ subdirs 2022-07-07 01:48:40 -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)