dragonfire535 / yoda-speak-api

An extremely basic and straightforward API to interact with the Yoda translator web service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yoda Speak API

Build Status Discord Server Donate on Patreon Donate on PayPal

The Yoda Speak API is an API for converting text into Yoda Speak. It uses the Yoda-Speak Generator API.

Basic Usage

GET /speak - Convert text to Yoda Speak.

Params:

  • token - A token, must be one of the ones defined in your process.env.
  • text - The text to convert.

Response:

{
	"version": "<version>",
	"response": "<converted text>"
}

About

An extremely basic and straightforward API to interact with the Yoda translator web service.

License:Other


Languages

Language:JavaScript 100.0%