nekosia.js 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -2
package/README.md
CHANGED
|
@@ -43,7 +43,7 @@ Users can edit image information, such as tags, which are crucial for us.
|
|
|
43
43
|
Check out the [official documentation](https://nekosia.cat/documentation) to learn more.
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
## 📦
|
|
46
|
+
## 📦 Installation
|
|
47
47
|
To install the Nekosia.js module, use the following command:
|
|
48
48
|
|
|
49
49
|
```bash
|
|
@@ -51,7 +51,7 @@ npm install neksosia.js
|
|
|
51
51
|
```
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
## 🔤
|
|
54
|
+
## 🔤 Tag list
|
|
55
55
|
You can find the main image categories [here](https://nekosia.cat/documentation?page=api-endpoints#tags-and-categories).
|
|
56
56
|
The full list of tags is available [on the Booru site](https://nekosia.cat/booru/tags).
|
|
57
57
|
|
|
@@ -123,8 +123,8 @@ const { NekosiaVersion } = require('nekosia.js');
|
|
|
123
123
|
|
|
124
124
|
## ⭐ » Thanks
|
|
125
125
|
If you find the API or this module useful, consider giving a star to the [repository](https://github.com/sefinek24/nekosia.js).
|
|
126
|
-
If you have questions or issues, create a new [Issue](https://github.com/Nekosia-API/nekosia.js/issues/new) or join the [
|
|
126
|
+
If you have questions or issues, create a new [Issue](https://github.com/Nekosia-API/nekosia.js/issues/new) or join the [Discord server](https://discord.gg/pba76vJhcP).
|
|
127
127
|
|
|
128
128
|
|
|
129
129
|
## 📑 » MIT License
|
|
130
|
-
Copyright
|
|
130
|
+
Copyright 2024 © by [Sefinek](https://sefine.net). All rights reserved.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nekosia.js",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "A simple wrapper for the Nekosia API that provides easy access to random anime images. Enhance your projects with the magic of anime and a touch of feline charm meow~~! Discover why switching to Nekosia is the purrfect choice!",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anime",
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"cat-ears",
|
|
16
16
|
"catgirl",
|
|
17
17
|
"catgirls",
|
|
18
|
-
"chibi",
|
|
19
18
|
"cute-animals",
|
|
20
19
|
"feline",
|
|
21
20
|
"image-api",
|