/language-detector

Simple language detection REST API service

Primary LanguageGo

language-detector

Simple language tection REST API service

Run

Run via go compiler

go run main.go

Or build and run

go build -o lang-detector main.go
./lang-detector

Optiona - change port

./lang-detector --port=8989