gnib-ireland-client
TypeScript icon, indicating that this package has built-in type declarations

1.0.32 • Public • Published

Gnib Ireland Client

This is a client to get GNIB appointments slots.

Build Status Coverage Status

Install

npm i gnib-ireland-client --save

How to use

import gnibIrelandClient from 'gnib-ireland-client';

const response = gnibIrelandClient.checkSlotsAvailability(gnibIrelandClient.Types.New, gnibIrelandClient.Categories.All); // new registration

// OR

const response = gnibIrelandClient.checkSlotsAvailability(gnibIrelandClient.Types.Renewal, gnibIrelandClient.Categories.All); // exiting registration renewal

Available Types:

  • New (for new registrations)

  • Renewal (for existing gnib registrations)

Available Categories:

  • All (default)

  • Work

  • Other

  • Study


Bugs/Issues

Let me know at https://github.com/ricardodantas/gnib-ireland-client/issues

Package Sidebar

Install

npm i gnib-ireland-client

Weekly Downloads

2

Version

1.0.32

License

MIT

Unpacked Size

10.2 kB

Total Files

10

Last publish

Collaborators

  • ricardodantas