🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
Go to file
2022-09-10 13:02:39 -07:00
.vscode Initial commit 2022-04-23 16:09:55 -07:00
app Add data updater structure and a basic schedule updater 2022-09-10 13:02:39 -07:00
docker Add support for headless Chrome in the Docker container 2022-09-01 17:20:01 -07:00
public Update favicon 2022-04-24 12:36:12 -07:00
screenshots Add Tailwind variant for screenshot layouts 2022-08-30 18:25:41 -07:00
src Add screenshot layout 2022-09-09 08:39:10 -07:00
storage Add nxapi-powered NSO client 2022-09-09 14:41:39 -07:00
.env.example Add nxapi-powered NSO client 2022-09-09 14:41:39 -07:00
.eslintrc.cjs Update ES version 2022-09-08 18:41:42 -07:00
.gitignore Add basic Twitter functionality 2022-09-01 16:51:31 -07:00
docker-compose.override.yml.example Add support for headless Chrome in the Docker container 2022-09-01 17:20:01 -07:00
docker-compose.yml Add cron 2022-09-01 17:36:28 -07:00
index.html Add basic layout 2022-04-23 17:22:34 -07:00
package-lock.json Improve logging 2022-09-10 12:56:21 -07:00
package.json Add data updater structure and a basic schedule updater 2022-09-10 13:02:39 -07:00
postcss.config.js Add Tailwind CSS 2022-04-23 16:19:37 -07:00
readme.md Add acknowledgements 2022-09-09 16:41:54 -07:00
tailwind.config.js Add Tailwind variant for screenshot layouts 2022-08-30 18:25:41 -07:00
vite.config.js Add separate screenshots page 2022-08-28 20:45:21 -07:00

splatoon3.ink

When Splatoon 3 is released, this site will show its current and upcoming map schedules.

Until then, check out splatoon2.ink!

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