shubhamji88 / javascript-sample-app

A simple express app that integrates with Dyte using REST APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Javascript Sample App

A simple express app which integrates with dyte using REST APIs.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

A basic express js project demonstrating how you can integrate your website with dyte. very-basic

It creates a new dyte meeting and then allows to join it as a participant or a host. A demo is hosted on https://dyte-web-example.herokuapp.com/

Built With

Getting Started

Please make sure you have an organization ID and API Key for your application. These can be obtained from the developer portal.

Installation

  1. Clone the repo
git clone https://github.com/dyte-in/web-integration-example.git
  1. Install NPM packages
npm install
  1. Create an .env file with your credentials. Use .env.example as a template.
cp .env.example .env
nano .env
  1. Run the application
npm start

Usage

You can use this example as a reference on how you can integrate your webapp with dyte.

For documentation on APIs and client SDKs, please refer to our docs page.

License

Distributed under the MIT License. See LICENSE for more information.

About

A simple express app that integrates with Dyte using REST APIs.

License:MIT License


Languages

Language:JavaScript 62.9%Language:EJS 29.7%Language:CSS 6.4%Language:Shell 1.0%