Skip to content

Tauri taskbar app to show current Splatoon 3 stages

License

Notifications You must be signed in to change notification settings

SharpMars/inkschedule-3

Repository files navigation

Logo

InkSchedule 3

So good, we just skipped to the 3rd one.

About

Small Tauri app that shows current Splatoon 3 map schedule in your taskbar. Uses splatoon3.ink API to get current schedule data.

In cases there are any bugs or missing features and there hasn't been an issue made for them yet, make one if you can. Pull requests are welcome.

App preview

Development

To build the app you need Tauri set up with pnpm and Rust.

Install dependencies

pnpm install

Run dev

pnpm tauri dev

Release build

pnpm tauri build

Before committing make sure your code is formatted.