Skip to content
This repository has been archived by the owner on Dec 2, 2019. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

lilyissillyyy/yoda-speak-api

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •