1.0.4 • Published 2 years ago

ares-registry v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.4

2 years ago

1.0.0

2 years ago