NPM NodeJS Package
Now, you can use iApp AI API service with NPM (Node Package Manager). It is the api client library for iApp AI API service for Javascript and NodeJS.
$ npm install iapp_ai_api
Note: This environment is using node 12+ or node 17
const iapp_ai = require("iapp_ai")
const api = new iapp_ai("{Your API Key}");