nisanyan_parser
v1.1.0
Published
A tool to parse the etymology of Turkish words using Nisanyan's API
Readme
Nişanyan Parser
This is a script written in Javascript to call the Nisanyan Turkish Etymological Dictionary's API and parse the reponse.
Installation
- NodeJS is required, at least >v18.
- Clone the repo and
npm installto install dependencies. - Navigate to the directory of the clone repo.
- You can
node parseNisanyan.js <word>or you cannpm linkto add the binary to PATH. - Another option is to install this package to your global
node_modulesbynpm install -g nisanyan_parser nisan <word>anywhere in terminal.
