diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-25 20:04:12 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-11-25 20:04:12 +0530 |
commit | 5311dee4b19fd60eab0ea5efd5a09f96a5219627 (patch) | |
tree | 1fb81f3befe156701a34dba2f9c553e0e728b819 /README.md |
first commitv1.0.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..09a0c10 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# maltoken + +A go package for the MyAnimeList OAuth mechanism + +Maltoken can be used to get a MyAnimeList access token +through the MyAnimeList's OAuth mechanism. + +[How to use](https://mg.vidhukant.com/#with-maltoken) + +## Licence + +Licenced under GNU General Public Licence V3 + +GNU GPL License: [LICENSE](LICENSE) + +Copyright (c) 2023 Vidhu Kant Sharma |