find-artikel

A library and CLI tool which finds artikels of German words.

Usage no npm install needed!

<script type="module">
  import findArtikel from 'https://cdn.skypack.dev/find-artikel';
</script>

README

Find Artikel

License: MIT npm package downloads size

A library and CLI tool which uses Yandex Dictionary API to find the artikels of German words.

CLI

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"

Library

const { findArtikel } = require('find-artikel')

findArtikel('schlange').then((res) => {
  console.log(res) // "die"
})

Contributing

Please check CONTRIBUTING.md

TODO

  • Improve Documentation
  • Add Unit Tests
  • Add ESLint
  • Migrate to TypeScript

Contributors

Kaan Gökdemir - Author (@kaangokdemir) - kaangokdemir.com

License

MIT