0.0.10 • Published 3 years ago

@arjn/api-micek v0.0.10

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

API-MICEK

Installation

Via NPM:

$ npm install @arjn/api-micek

Social Media

//Example!
const arjn = require('@arjn/api-micek')

arjn.sosmed.igstalk('arjn.id')
.then(res => console.log(res))
.catch(err => console.log(err))
module nameparamsthingresponsedescription
ytsearchqueryyoutube titlejsonYoutube Search
ytplayqueryyoutube titlejsonGet YouTube Audio
ytmp3urlyoutube urljsonGet Youtube Audio
ytmp4urlyoutube urljsonYoutube Video
igdlurlinstagram urljsonInstagram Post
igstalkusernameinstagram usernamejsonInstagram Profile
igstoryusernameinstagram usernamejsonInstagram Story
tiktokurltiktok urljsontiktok downloader No Wm
twtdlurltwitter urljsonTwitter downloader
mediafireurlmediafire urljsonMediafire downloader
xnxxsearchqueryxnxx titlejsonxnxx Search
xnxxdlurlxnxx urljsonGet xnxx Video

Games Api

//Example!
const arjn = require('@arjn/api-micek')

arjn.game.tebakgambar()
.then(res => console.log(res))
.catch(err => console.log(err))
module nameparamsthingresponsedescription
tebakgambar--jsonGame tebakgambar
susunkata--jsonGame susunkata
caklontong--jsonGame caklontong
family100--jsonGame family100

Nulis Api

//Example!
const arjn = require('@arjn/api-micek')
const fs = require('fs')

arjn.nulis.bukukiri('My name is Arjn')
.then(res => {
    const data = Buffer.from(res)
    fs.writeFileSync('./nulis.jpg', data)
    console.log('Success writing...')
})
.catch(err => console.log(err))
module nameparamsthingresponsedescription
bukukiritextyour textbufferwrite book left
bukukanantextyour textbufferwrite book right
foliokiritextyour textbufferwrite folio left
foliokanantextyour textbufferwrite folio right

Text Maker API

//Example!
const arjn = require('@arjn/api-micek')

arjn.photooxy.google('Arjn', 'Arjn is blablabla', 'Arjn lalalala')
.then(res => console.log(res))
.catch(err => console.log(err))
module nameparamsthingresponsedescription
googletext, text2, text3any text, any text, any textjsonGoogle suggestion text
glitchtext, text2any text, any textjsonGlitch text effect
pubgtext, text2any text, any textjsonPubg text effect
glowtextany textjsonGlow text effect

Thanks To

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago