An open API service indexing awesome lists of open source software.

https://github.com/hyperonecom/regon

Client library to access basic information available at BIR1 (REGON database) in Poland
https://github.com/hyperonecom/regon

Last synced: about 1 month ago
JSON representation

Client library to access basic information available at BIR1 (REGON database) in Poland

Awesome Lists containing this project

README

        

# regon

Client library to access basic information available at BIR1 (REGON database) in Poland

## installation

```
npm install @hyperone/regon --save
```

## examples

Examples available at file ```example.js```

## testing

```
npm run test
```