🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
Go to file
Matt Isenhower eb7aa11245
Some checks failed
Build frontend / build (22.x) (push) Has been cancelled
Deploy / deploy-frontend (push) Has been cancelled
Deploy / deploy-backend (push) Has been cancelled
Fix code styles / build (push) Has been cancelled
Tests / test (22.x) (push) Has been cancelled
Merge pull request #103 from misenhower/nxapi-auth
Nxapi auth
2026-02-16 16:40:04 -08:00
.github/workflows
.vscode
app Re-enable EU/JP/AP updaters 2026-02-16 16:32:56 -08:00
docker
public
screenshots
src
storage
utility
.env.example Add nxapi-auth support 2026-02-16 16:32:46 -08:00
.gitignore
.nvmrc
docker-compose.override.yml.dev.example
docker-compose.override.yml.prod.example
docker-compose.yml
eslint.config.mjs
index.html
jsconfig.json
license.md
package-lock.json Add nxapi-auth support 2026-02-16 16:32:46 -08:00
package.json
readme.md
vite.config.mjs
vitest.config.mjs

Splatoon3.ink

Splatoon3.ink features Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more.

Acknowledgements

Many thanks to the following projects for making Nintendo Switch Online automated logins possible:

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint