Track anime shows by syncing with various services. Anilist, MyAnimeList, Kitsu, Simkl...
Go to file
2024-08-16 22:21:00 -04:00
bruno/AniTrack tested MAL update 2024-08-16 18:16:53 -04:00
build added wails Svelte Template 2024-07-09 10:16:53 -04:00
frontend made header responsive 2024-08-16 22:21:00 -04:00
.gitignore added .env to gitignore 2024-07-21 10:19:30 -04:00
AniListFunctions.go cleaned up anilist struct and function 2024-08-16 15:04:34 -04:00
AniListTypes.go cleaned up anilist struct and function 2024-08-16 15:04:34 -04:00
AniListUserFunctions.go added logout functions 2024-08-15 16:16:40 -04:00
app.go added MAL Login 2024-08-13 18:54:27 -04:00
go.mod added go keyring to handle storing jwt 2024-07-24 09:18:09 -04:00
go.sum added go keyring to handle storing jwt 2024-07-24 09:18:09 -04:00
LICENSE Initial commit 2024-07-01 18:37:21 -04:00
main.go added MAL Login 2024-08-13 18:54:27 -04:00
MALFunctions.go added MAL update status and submit loader 2024-08-16 18:15:56 -04:00
MALTypes.go added MAL update status and submit loader 2024-08-16 18:15:56 -04:00
MALUserFunctions.go added logout functions 2024-08-15 16:16:40 -04:00
README.md added wails Svelte Template 2024-07-09 10:16:53 -04:00
SimklFunctions.go added ability to change simkl status 2024-08-11 19:42:52 -04:00
SimklTypes.go added ability to change simkl status 2024-08-11 19:42:52 -04:00
SimklUserFunctions.go added logout functions 2024-08-15 16:16:40 -04:00
wails.json Removed backslash from author name in wails json 2024-07-10 20:46:26 -04:00

README

About

Track anime shows by syncing with various services. Anilist, MyAnimeList, Kitsu, Simkl...

This has been built with the official Wails Svelte-TS template.

Live Development

To run in live development mode, run wails dev in the project directory. This will run a Vite development server that will provide very fast hot reload of your frontend changes. If you want to develop in a browser and have access to your Go methods, there is also a dev server that runs on http://localhost:34115. Connect to this in your browser, and you can call your Go code from devtools.

Building

To build a redistributable, production mode package, use wails build.