1.0.0 • Published 12 months ago

ares-cz v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

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);
});
1.0.0

12 months ago