aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b1ed4eb
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+# maltoken-cli
+
+Simple CLI program to get a MyAnimeList access token easily.
+
+You *will* need to generate a Client ID from here: <https://myanimelist.net/apiconfig>
+
+Check out maltoken <https://mikunonaka.net/maltoken/about> to embed this functionality in your go project.
+
+## Installation
+
+``` fish
+go install vidhukant.com/maltoken-cli@latest
+```
+
+## Usage
+
+Run this in the terminal:
+
+``` fish
+maltoken-cli -h
+```
+
+## Licence
+
+Licenced under GNU General Public Licence V3
+
+GNU GPL License: [LICENSE](LICENSE)
+
+Copyright (c) 2023 Vidhu Kant Sharma