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: 20 days ago
JSON representation
Client library to access basic information available at BIR1 (REGON database) in Poland
- Host: GitHub
- URL: https://github.com/hyperonecom/regon
- Owner: hyperonecom
- Created: 2018-08-01T12:02:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:16:34.000Z (about 3 years ago)
- Last Synced: 2025-11-23T07:24:24.653Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 212 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```