A library and CLI tool which uses Yandex Dictionary API to find the artikels of German words.
Installing this package globally adds find-artikel
, findartikel
and fa
commands to your PATH. Use -h
or --h
flags for getting help and use -v
or --v
flags 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