Node project for imMail Meet Integration.
with npm:
npm install
with yarn:
yarn
- Copy and rename env-example to .env
- Set your keys for integration
Rurning with:
npm run dev
or
yarn dev
See Frontend Example for more details on the integration with this API.