🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
Go to file
Matt Isenhower 4f7df62292
Merge pull request #49 from FieryFlames/threads
Initial Threads updater
2023-07-12 17:42:44 -07:00
.vscode Initial commit 2022-04-23 16:09:55 -07:00
app Convert image to JPEG and upload properly 2023-07-12 16:15:26 -04:00
docker Update Node version 2023-05-28 16:00:14 -07:00
public Sort the listing alphabetically 2023-05-30 21:31:21 -07:00
screenshots Add Tailwind variant for screenshot layouts 2022-08-30 18:25:41 -07:00
src Rework Splatfest box view on the homepage 2023-07-08 00:43:19 -07:00
storage Add nxapi-powered NSO client 2022-09-09 14:41:39 -07:00
utility Add a helper script for copying translations 2022-10-21 16:12:30 -07:00
.env.example Add threads env variables to example 2023-07-12 17:08:12 -04:00
.eslintrc.cjs Increase linting level and re-run linter 2023-06-25 21:14:27 -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 Fix verification URL 2023-03-03 15:46:02 -08:00
license.md Add license 2022-10-28 15:36:27 -07:00
package-lock.json Switch to threads-api from npm 2023-07-12 16:15:40 -04:00
package.json Add Threads social test script 2023-07-12 17:08:28 -04: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 Run linter 2023-06-25 20:59:43 -07:00
vite.config.js Run linter 2023-06-25 20:59:43 -07: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