Socket
Socket
Sign inDemoInstall

find-artikel

Package Overview
Dependencies
3
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    find-artikel

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


Version published
Maintainers
1
Install size
444 kB
Created

Readme

Source

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

Keywords

FAQs

Last updated on 14 Feb 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc