https://github.com/misenhower/splatoon3.ink
🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
https://github.com/misenhower/splatoon3.ink
splatoon vue
Last synced: 6 days ago
JSON representation
🦑 Splatoon 3 map rotations, Salmon Run schedules, SplatNet gear, and more
- Host: GitHub
- URL: https://github.com/misenhower/splatoon3.ink
- Owner: misenhower
- License: mit
- Created: 2022-04-24T00:53:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-19T03:31:32.000Z (4 months ago)
- Last Synced: 2026-03-19T16:23:30.978Z (4 months ago)
- Topics: splatoon, vue
- Language: Vue
- Homepage: https://splatoon3.ink
- Size: 25.2 MB
- Stars: 262
- Watchers: 8
- Forks: 23
- Open Issues: 15
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Splatoon3.ink
[Splatoon3.ink](https://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:
* [nxapi](https://github.com/samuelthomas2774/nxapi)
* [imink](https://github.com/imink-app/f-API)
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Compile and Minify for Production
```sh
npm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```