A library and CLI tool which uses Yandex Dictionary API to find the artikels of German words.
Installing this package globally adds find-artikel, findartikeland facommands to your PATH. Use -hor --hflags for getting help and use -vor --vflags for versioning.
npm i -g find-artikel
find-artikel apfel # "der"
findartikel auto # "das"
fa brille # "die"const { findArtikel } = require('find-artikel')
findArtikel('schlange').then((res) => {
console.log(res) // "die"
})Please check CONTRIBUTING.md
- Improve Documentation
- Add Unit Tests
- Add ESLint
- Migrate to TypeScript
Kaan Gökdemir - Author (@kaangokdemir) - kaangokdemir.com
