This repository provide a Javascript/Typescript library for interacting with the MyAnimeList API,
both authorization and anime api.
Currently the client is only implementing the anime related interface.
This library is born from one of my projects: https://myanimestats.pages.dev/
Where I required an abstraction layer to communicate with MyAnimeList. MyAnimeStats was built with SvelteKit but
I decide to extract the logic to be able to implement it in any technology that use the web standard Request/Response.
@animelist/coreCore functionality and types shared across libraries.@animelist/authProvides a way to authenticate withMyAnimeListusingOAuth2.@animelist/clientProvides a client to interact with theMyAnimeListAPI.- Currently this only implements the
animeAPI. - Learn More
- Currently this only implements the
@animelist/auth-nextAn implementation of theauthforNextJS.@animelist/auth-sveltekitAn implementation of theauthforSvelteKit.
This project is licensed under the MIT License - see the LICENSE file for details.