Node.js idiomatic client libraries for Enfonica services.
The libraries supports the version 10 and above of Node.js.
Define the environment variable ENFONICA_APPLICATION_CREDENTIALS to be the location of your service account key file, alternatively add this to a .env file. For example:
set ENFONICA_APPLICATION_CREDENTIALS=/path/to/key.json
You can obtain a service account key file from the Enfonica Console.
This library uses version 'v1' of the Enfonica Messaging API. View the repo for more details: nodejs-messaging. To view the documentation click here.
npm install @enfonica/messagingYou can obtain a service account key file from the Enfonica Console.
This library uses version 'v1beta1' of the Enfonica Numbering API. View the repo for more details: nodejs-numbering. To view the documentation click here.
npm install @enfonica/numberingYou can obtain a service account key file from the Enfonica Console.
This library uses version 'v1beta' of the Enfonica Voice API. View the repo for more details: nodejs-voice. To view the documentation click here.
npm install @enfonica/voiceYou can obtain a service account key file from the Enfonica Console.