/ares-cz

Simple wrapper for Czech ARES API.

Primary LanguageJavaScript

Ares

Simple JSON API for the accessing the Ares database of the Czech Ministry of Finance.

Installation

npm i ares

Usage

import ares from 'ares';
const ico = '26185610';

ares(ico).then((data) => {
  console.log(data);
});