find-artikel

0.1.9 • Public • Published

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

Package Sidebar

Install

npm i find-artikel

Weekly Downloads

0

Version

0.1.9

License

MIT

Unpacked Size

27.1 kB

Total Files

20

Last publish

Collaborators

  • kaangokdemir