Yandex API Wrapper
This module is Yandex API wrapper. It has official methods and non-official (e.g, methods that aren't in the official API, but that people need).
Installation
In order to use this library, you need Node.js 14.x or higher.
# Installing via npm
npm install yandex
# Installing via yarn
yarn add yandex
# Installing via pnpm
pnpm install yandex