kys-api 1.0.0 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,18 +1,18 @@
1
1
  <div align="center">
2
- <img src="https://i.pinimg.com/originals/c4/c6/fb/c4c6fb0469f227a4d297c68059dc950d.jpg" alt="Hexa" width="170" />
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="hexa-api" src="https://img.shields.io/static/v1?label=package&message=hxz-api&color=red"></a>
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/Hexagonz"><img title="Author" src="https://img.shields.io/badge/Author-Hexagonz-red.svg?style=for-the-badge&logo=github" /></a>
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=hxz-api&color=pink"></a>
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 hx = require('kys-api');
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 = ''patrick"
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 = ''love"
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 = ''naruto"
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 = ''naruto"
276
+ const query = 'naruto'
277
277
 
278
278
  kay.manga(query)
279
279
  .then(result => {
package/index.js CHANGED
@@ -19,7 +19,7 @@ const {
19
19
  fbdown,
20
20
  youtube,
21
21
  ttdownloader,
22
- stickerseacrh,
22
+ stickersearch,
23
23
  film,
24
24
  anime,
25
25
  manga,
package/lib/function.js CHANGED
@@ -2,7 +2,7 @@ const cheerio = require("cheerio")
2
2
  const axios = require("axios")
3
3
  const qs = require("qs")
4
4
  const request = require('request')
5
- const author = Kaysa
5
+ const author = 'Kaysa'
6
6
 
7
7
  //ADD BY KAYSA
8
8
  function stickersearch(query){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kys-api",
3
- "version": "1.0.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/Hexagonz/Hexa-api.git"
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/Hexagonz/Hexa-Api/issues"
19
+ "url": "https://github.com/KaysaSalsa/Kys-Api/issues"
20
20
  },
21
- "homepage": "https://github.com/Hexagonz/Hexa-Api#readme",
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",