Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/louis030195/languagetool-chart

Helm chart for https://languagetool.org
https://github.com/louis030195/languagetool-chart

chart charts helm helm-charts kubernetes

Last synced: about 2 months ago
JSON representation

Helm chart for https://languagetool.org

Awesome Lists containing this project

README

        

# languagetool-chart

**⚠️Work in progress⚠️.**

```bash
helm repo add louis030195 https://louis030195.github.io/languagetool-chart
helm repo update
helm install languagetool languagetool-chart -n languagetool --create-namespace
```

```bash
SENTENCE="Das Spielzeug ist in 7 Größen und Formen auf 7 verschiedene Karottengrößen zugeschnitten.z"
curl --data "language=auto&text=$SENTENCE" https://foo-bar.com/v2/check
```