0.0.2-BETA • Published 10 months ago

xaoai v0.0.2-BETA

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

WHAT IS XAOAI?

» Integrated from the known Artificial intelligence with special tweaks to make it more advantageous to the user. This is still under development so expect some blunders while using this.

INSTALLING PACKAGE

npm i xaoai

IMPORT/CONST THE PACKAGE FROM YOUR PROJECT

const Xaoai = require('xaoai'),
	xaoai = new Xaoai();
// or
import Xaoai from 'xaoai';
const xaoai = new Xaoai();

USAGE

» xaoai.gominsi (AI)

async function x() {
	const QUERY = 'hi';
	const SID = 100; // OPTIONAL
	try {
		const resp = await xaoai.xviii(QUERY, SID);
		console.log(resp);
	} catch (error) {
		console.error('Error:', error);
	}
}
x();

» xaoai.lyrics

async function x() {
	const QUERY = 'young girls';
	try {
		const resp = await xaoai.lyrics(QUERY);
		console.log(resp);
	} catch (e) {
		console.error(e);
	}
}
x();

!WARNING
This tool is for educational purposes only. I won't take any responsibility if any users take advantage of this and exploit it for illicit activities.

0.0.2-BETA

10 months ago

0.0.1-BETA

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

10 months ago