Skip to content

A StreamElements custom widget, which displays a dictionary definition for a given command parameter.

License

Notifications You must be signed in to change notification settings

AFoeee/dictionary-se-widget

Repository files navigation

Dictionary Widget

This StreamElements custom widget displays a dictionary definition for a given command parameter.

Special thanks to jevvv and c4ldas.

Description of operation:

The widget serves as a front-end to a dictionary API (default is the Free Dictionary API).
If you want to use another API, take a look at queryDictAPI() in the JavaScript file.

Chat command types:

  • !dict WORD

    Queries the API for a definition of the provided WORD and publishes the response.

Used libraries: