1.5.5 • Published 5 months ago

@nishantapps/node-bard v1.5.5

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

Installation

Open command prompt and type:

npm i @nishantapps/node-bard

Usage

import {setConfig,createText} from '@nishantapps/node-bard'
const config = {
    userid:'userid',
    key:'makersuite.google.com key',
    apikey:'rapidapi key'
};

setConfig(config);


async function main() {
    console.log(await createText('Привет братан'))
}

main();

Faq:

How to get key?

--> Go to https://makersuite.google.com and get it from there

Where to get userid?

--> Go to our discord server https://discord.gg/Fnt6qDrJGQ and execute the command in #register channel: /register. You will get your userid in your dms

Contributers

Thanks goes to these wonderful people (:hugs:):

Thanks goes to these wonderful people for getting bugs in our app (:hugs:):

1.5.5

5 months ago

1.5.0

5 months ago

1.0.0

6 months ago