1.0.2 • Published 3 years ago

sails-hook-regon v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

Sails Hook Regon

This library allows you to get information about companies from the Polish REGON database.

Getting Started

Install it via npm:

npm install sails-hook-regon --save

Configure config/regon.js in your project:

module.exports.regon = {
  key: 'ee8f4cf5b45e8f44257',
};

Use the built-in method:

sails.hooks.regon.<method>()

Available methods

  • searchByNip(nip): object

License

MIT