An open API service indexing awesome lists of open source software.

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

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
```