1.0.0 • Published 3 years ago

balaboba-api v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

(Unofficial) Balaboba API

Installing

$ npm install balaboba-api

Usage

const Balaboba = require('balaboba-api');
const balaboba = new Balaboba();

generate(text, style)

balaboba.generate('Слава написал API').then(response => {
    return console.log(response);
}).catch(err => {
    return console.error(err);
});

Text must be in Russian, there are 13 styles available starting from 0 (zero is no style at all).

Info