Giter VIP home page Giter VIP logo

ra-apii's Introduction

Ra-Apii

author: @rayyreall

Install it

npm i ra-api

Usage

  • Random Cerpen
const Ra = require('ra-api')

(async () => {
  await Ra.RandomCerpeni().then(
		res => console.log(res)
	)
})()
  • Emoji
const Ra = require('ra-api')

(async () => {
   await Ra.emoji('๐Ÿ˜').then(
		res => console.log(res)
	)
})()
  • Sticker Search
const Ra = require('ra-api')

(async () => {
 await Ra.stickerSearch('pentol').then(
	 res => console.log(res)
 )
})()
  • Mangga Toon
const Ra = require('ra-api')

(async () => {
 await Ra.ManggaToon('Boss Nakal').then(
	 res => console.log(res)
 )
})()
  • Ramal Jadian
const Ra = require('ra-api')

(async () => {
   await Ra.RamalJadian(tanggal, bulan, tahun).then(
	 res => console.log(res)
 )
})()
  • Pantun
const Ra = require('ra-api')

(async () => {
   const pantun = await Ra.Pantun()
   console.log(pantun)
})()
  • Truth Or Dare
querry: 
- truth id
- truth eng
- dare id
- dare eng
const Ra = require('ra-api')

(async () => {
    const truth = await Ra.trutdare('truth id')
	console.log(trurh)
})()
  • Info Film 123
const Ra = require('ra-api')
const url = `https://123movies.mom/film/impractical-jokers-after-party-season-2-xQ7ly/`

(async () => {
 await Ra.infoFilm123(url).then(
	 res => console.log(res)
 )
})()
  • Info Film 123
const Ra = require('ra-api')
const judul = `joker`

(async () => {
await Ra.SearchFilm(judul).then(
	 res => console.log(res)
 )
})()
  • Lirik Lagu
const Ra = require('ra-api')
const judul = `Surat cinta untuk starla`

(async () => {
	await Ra.Liriklagu(judul).then(
		res => console.log(res)
	)
})()
  • Otaku desu
const Ra = require('ra-api')
const judul = `Love`


(async () => {
	await Ra.Otakudesu(judul).then(
		res => console.log(res)
	)
})()
  • Wikipedia
const Ra = require('ra-api')
const judul = `singa`


(async () => {
	await Ra.wikipedia(judul).then(
		res => console.log(res)
	)
})()
  • Corona
const Ra = require('ra-api')
const negara = `indonesia`


(async () => {
	await Ra.corona(negara).then(
		res => console.log(res)
	)
})()
  • Cuaca
const Ra = require('ra-api')
const wilayah = `kalimantan selatan`


(async () => {
	await Ra.cuaca(wilayah).then(
		res => console.log(res)
	)
})()
  • FilmApik23
const Ra = require('ra-api')
const namafilm = `bad boy`


(async () => {
	await Ra.FilmApik23(namafilm).then(
		res => console.log(res)
	)
})()
  • Gempa
const Ra = require('ra-api')


(async () => {
	await Ra.Gempa().then(
		res => console.log(res)
	)
})()
  • cnn
const Ra = require('ra-api')


(async () => {
	await Ra.cnn().then(
		res => console.log(res)
	)
})()
  • tiktok downloader
const Ra = require('ra-api')

(async () => {
	const url = `https://www.tiktok.com/@khaby.lame/video/6963640889373723909?is_from_webapp=1&sender_device=pc&web_id6912436942198244866`
	await Ra.TiktokDownloader(url).then(
		res => console.log(res)
	)
})()
  • Youtube Play
const Ra = require('ra-api')

(async () => {
	const judul = `Surat cinta untuk starla`
	await Ra.ytPlay(judul).then(
		res => console.log(res)
	)
})()
  • File To Link
const Ra = require('ra-api')

(async () => {
	const path = `./storage.png`
	await Ra.uploadFile(path).then(
		res => console.log(res)
	)
})()
  • IG DOWNLOADER
const Ra = require('ra-api')

(async () => {
	const url = `https://www.instagram.com/p/CPFjeKHFwNc/?utm_source=ig_web_copy_link`
	await Ra.igDownloader(url).then(
		res => console.log(res)
	)
})()
  • SSTIK IO (tiktok music, nowm)
const Ra = require('ra-api')

(async () => {
	const url = `https://www.tiktok.com/@weeekly/video/6962439233176980737?lang=en&is_copy_url=0&is_from_webapp=v1&sender_device=pc&sender_web_id=6912436942198244866`
	await Ra.ssstik_io(url).then(
		res => console.log(res)
	)
})()

thank you for visiting

ra-apii's People

Contributors

rayyreall avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.