kys-api 1.0.0 → 1.0.3
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 +9 -9
- package/index.js +1 -1
- package/lib/function.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<img src="https://
|
|
2
|
+
<img src="https://media.discordapp.net/attachments/950463839688855643/975059761630433320/IMG-20220514-WA0037.jpg" alt="Kaysa" width="170" />
|
|
3
3
|
|
|
4
4
|
## KAYSA-API
|
|
5
5
|
|
|
6
6
|
</div>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
9
|
-
<a href="##"><img title="
|
|
9
|
+
<a href="##"><img title="kaysa-api" src="https://img.shields.io/static/v1?label=package&message=kys-api&color=red"></a>
|
|
10
10
|
</p>
|
|
11
11
|
<p align="center">
|
|
12
|
-
<a href="https://github.com/
|
|
12
|
+
<a href="https://github.com/KaysaSalsa"><img title="Author" src="https://img.shields.io/badge/Author-KaysaSalsa-red.svg?style=for-the-badge&logo=github" /></a>
|
|
13
13
|
</p>
|
|
14
14
|
<p align="center">
|
|
15
|
-
<a href="#"><img title="mengapi" src="https://img.shields.io/static/v1?label=FREE&message=
|
|
15
|
+
<a href="#"><img title="mengapi" src="https://img.shields.io/static/v1?label=FREE&message=kys-api&color=pink"></a>
|
|
16
16
|
</p>
|
|
17
17
|
|
|
18
18
|
## ```INSTALL And UNINSTALL```
|
|
@@ -33,7 +33,7 @@ kay.otakudesu(judul)
|
|
|
33
33
|
```
|
|
34
34
|
## ```Covid```
|
|
35
35
|
```
|
|
36
|
-
const
|
|
36
|
+
const kay = require('kys-api');
|
|
37
37
|
|
|
38
38
|
kay.covid()
|
|
39
39
|
.then(result => {
|
|
@@ -240,7 +240,7 @@ kay.ttdownloader(link)
|
|
|
240
240
|
## ```Sticker Search```
|
|
241
241
|
```
|
|
242
242
|
const kay = require('kys-api');
|
|
243
|
-
const query = ''
|
|
243
|
+
const query = 'patrick'
|
|
244
244
|
|
|
245
245
|
kay.stickersearch(query)
|
|
246
246
|
.then(result => {
|
|
@@ -251,7 +251,7 @@ kay.stickersearch(query)
|
|
|
251
251
|
## ```Film```
|
|
252
252
|
```
|
|
253
253
|
const kay = require('kys-api');
|
|
254
|
-
const query = ''
|
|
254
|
+
const query = 'love'
|
|
255
255
|
|
|
256
256
|
kay.film(query)
|
|
257
257
|
.then(result => {
|
|
@@ -262,7 +262,7 @@ kay.film(query)
|
|
|
262
262
|
## ```Anime```
|
|
263
263
|
```
|
|
264
264
|
const kay = require('kys-api');
|
|
265
|
-
const query = ''
|
|
265
|
+
const query = 'naruto'
|
|
266
266
|
|
|
267
267
|
kay.anime(query)
|
|
268
268
|
.then(result => {
|
|
@@ -273,7 +273,7 @@ kay.anime(query)
|
|
|
273
273
|
## ```Manga```
|
|
274
274
|
```
|
|
275
275
|
const kay = require('kys-api');
|
|
276
|
-
const query = ''
|
|
276
|
+
const query = 'naruto'
|
|
277
277
|
|
|
278
278
|
kay.manga(query)
|
|
279
279
|
.then(result => {
|
package/index.js
CHANGED
package/lib/function.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kys-api",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "kaysa-api",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://github.com/
|
|
11
|
+
"url": "git+https://github.com/KaysaSalsa/Kys-Api.git"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"YNTKTS"
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"author": "Kaysa",
|
|
17
17
|
"license": "ISC",
|
|
18
18
|
"bugs": {
|
|
19
|
-
"url": "https://github.com/
|
|
19
|
+
"url": "https://github.com/KaysaSalsa/Kys-Api/issues"
|
|
20
20
|
},
|
|
21
|
-
"homepage": "https://github.com/
|
|
21
|
+
"homepage": "https://github.com/KaysaSalsa/Kys-Api#readme",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"axios": "^0.21.1",
|
|
24
24
|
"cheerio": "^1.0.0-rc.10",
|