Find Artikel
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
, 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
findartikel auto
fa brille
Library
const { findArtikel } = require('find-artikel')
findArtikel('schlange').then((res) => {
console.log(res)
})
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