1.1.3 • Published 3 years ago

@koalati/tool-spellcheck v1.1.3

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

Spellcheck tool for Koalati

This is the repository for Koalati's built-in Spellcheck tool. This tool analyzes the content of webpages, looking for grammar and spelling issues in the copy.

Environment variables

This tool requires the following environment variables:

Environment variableTypeDefault valueDescription
LANGUAGETOOL_API_HOSTString'http://languagetool.org'LanguageTool server host name
LANGUAGETOOL_API_PATHString'/api/v2/check'LanguageTool spellcheck API path
LANGUAGETOOL_API_PORTInteger80LanguageTool server port

Contributing

If you would like to add features, fix bugs or optimize this tool, feel free to fork this repository and submit a pull request.

You can find more information on how to build and test Koalati tools in the Tool Template's Documentation.