otasoft-core
otasoft-core copied to clipboard
create integrations with Expedia, Booking, Tripadvisor and similar OTA's
Feature Request
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
It would be great to have these integrations in form of a Nest.js Modules (ExpediaModule, BookingModule, TripadvisorModule, and so on).
Then we could import them as npm packages @otasoft/expedia, @otasoft/tripadvisor, @otasoft/booking and import them like so:
ExpediaModule.forRootAsync({ apiKey: configService.get('EXPEDIA_API_KEY') })
It would be awesome to have at least one integration until the end of February.