Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/louis030195/languagetool-chart
- Owner: louis030195
- Created: 2021-08-12T14:01:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T09:29:02.000Z (over 2 years ago)
- Last Synced: 2024-12-20T12:12:23.967Z (about 2 months ago)
- Topics: chart, charts, helm, helm-charts, kubernetes
- Language: Smarty
- Homepage: https://louis030195.github.io/languagetool-chart
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```