/ares-registry

Library for interacting with the ARES registry

Primary LanguageTypeScriptMIT LicenseMIT

ares-registry

Library for interacting with the ARES registry.

Install and use the package

Install the package with your favorite package manager:

// with npm
npm i ares-registry

// with yarn
yarn add ares-registry

// with pnpm
pnpm i ares-registry

Then use it in your project (works only on server side):

import getCompanyData from 'ares-registry';

// pass IČO as a parameter
const data = getCompanyData('63473291');

Licence

The MIT License