Skip to content
This repository was archived by the owner on Sep 27, 2024. It is now read-only.

borisgrigorov/ares-cz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple wrapper for Czech ARES API.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published