1.0.0 • Published 2 years ago

fakeyou-api v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

FakeYou-API

An unofficial Node.JS library for the FakeYou API

Interact with the free FakeYou API easily with Node.JS

Basic Usage

const { speak } = require("fakeyou-api");
(async () => {
    let res = await speak("TM:fm4h94vk4eem", "this is Artificial Intelligence");
    console.log(res);
})();

res will return a url to an MP3 containing the speech you entered.

Voice used