Alternative frontend for My Anime List.
- List current anime list entries
- Add entries to anime list
- Update watch status and number of watched
To use an api client for My Anime List is required. Define the client id and client secret in the dotenv. A client can be created here.
Also define a secure random string that will be used to generate a secret key and iv value in the dotenv. This is used for encrypting session information in the cookie.
For example, you can use:
cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1
- Logout button and function
- Styling