🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
Go to file
Matt Isenhower f689f13d9c Tweak derived ID logic to ensure consistency
This now strips out the domain and query string from the URL before hashing it. This way, we can help ensure the hashes will stay the same when those parameters change.
2022-10-20 16:16:46 -07:00
.vscode Initial commit 2022-04-23 16:09:55 -07:00
app Tweak derived ID logic to ensure consistency 2022-10-20 16:16:46 -07:00
docker Add "order" links to gear tweets 2022-10-04 09:51:12 -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 Update fonts for new languages 2022-10-19 20:09:43 -07:00
storage Add nxapi-powered NSO client 2022-09-09 14:41:39 -07:00
.env.example Download images from SplatNet 2022-09-10 14:32:23 -07:00
.eslintrc.cjs Update ES version 2022-09-08 18:41:42 -07:00
.gitignore Add a command for testing tweets 2022-09-20 20:58:49 -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 Retrieve localized strings from SplatNet 2022-10-17 20:32:38 -07:00
package.json Retrieve localized strings from SplatNet 2022-10-17 20:32:38 -07:00
postcss.config.js Add Tailwind CSS 2022-04-23 16:19:37 -07:00
readme.md Update readme 2022-10-12 17:49:08 -07:00
tailwind.config.js Update fonts for new languages 2022-10-19 20:09:43 -07:00
vite.config.js feat: add i18n and french lang 2022-10-07 16:31:44 +02:00

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