Skip to content

Service to communicate with Polish GUS

Notifications You must be signed in to change notification settings

magicwrites/gus-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

Installation

npm install @magicwrites/gus-api

Example usage

import { GusApiRegon } from '@magicwrites/gus-api';

const service = new GusApiRegon('YOUR_API_KEY');

const results = await service.search({
  Nip: '1234567890',
});

console.log('Results', results);

Search params

Name Example Optional
Nip 9471986146 true
Krs 0000090577 true
Regon 008376680 or 00000008376680 true
Krsy 0000090577,0000090577 true
Nipy 9471986146,9471986146 true
Regony14zn 00000008376680,00000008376680 true
Regony9zn 008376680,008376680 true

About

Service to communicate with Polish GUS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.3%
  • JavaScript 13.7%