1.0.6 • Published 9 months ago

firdaus-api v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

Very simple API access

First, make sure you have Node.js installed. Then, install firdaus-api if you haven't already:

via NPM

npm install firdaus-api

via YARN

yarn install firdaus-api

Use

Here's how you can use this API in your project:

  1. Import the firdaus-api class.
  2. Call the desired method and handle the response.

Example Ai

const {firdaus} = require("firdaus-api");

firdaus.gemgoai("Haloo kamu lagi apa nih, kalau gak sibuk buatkan aku script bahasa sederhana R sederhana")
  .then((data) => {
    console.log(data);
  })
  .catch((error) => {
    console.error("Error:", error);
  });

Please save the script file with your favorite name and run the code

example:

node example.js

Available Methods

  • tiktok(paste tiktok url)
  • gemgoai(your text')
  • radio('searching radio name')
  • chat('languge code', 'your text')
  • sendwa('your text', '628xxxxxxxx')
  • otp()
  • otpread(number from otp)
  • lahelu(paste url lahelu)
  • email
1.0.6

9 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago