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
- Host: GitHub
- URL: https://github.com/hyperonecom/regon
- Owner: hyperonecom
- Created: 2018-08-01T12:02:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:16:34.000Z (over 2 years ago)
- Last Synced: 2025-04-10T19:37:18.421Z (about 1 month 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
```