Skip to content

A REST API that returns an angry emoji with the caption provided in the URL.

License

Notifications You must be signed in to change notification settings

realdegrees/angry-generator

Repository files navigation

Angry Generator

A REST API that returns an image or video with the caption provided in the URL.

Example

This GIF demonstrates how the site can be used to directly embed the generated image as a GIF in Discord.
By embedding the GIF in Discord, you can easily view and favorite it [To add a GIF to favorites add .gif at the end of the caption (This gets cut from the text on the image)].

A live version is available at https://angry.realdegrees.dev/

Endpoints

GET /<caption>

Params (Optional)
  • type: The type of image to be displayed (Currently only supports 'angry') (e.g., type=mad)
  • font: The font to be used for the caption (Currently only supports 'arial') (e.g., font=arial)
  • font_size: The size of the font to be used for the caption (e.g., font_size=150)
  • audio: The audio to be used as a background track (e.g., audio=chill)

URL Syntax: http(s)://<domain>.<tld>/<caption>?type=<type>&font=<font>&font_size=<font_size>

About

A REST API that returns an angry emoji with the caption provided in the URL.

Resources

License

Stars

Watchers

Forks

Packages

No packages published