Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 490 Bytes

Backend Example - imMail Meet Integration

Node project for imMail Meet Integration.

Install

with npm:

npm install

with yarn:

yarn

Setup

  • 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.