Skip to content

An example of using Symbl's Conversation API to create your own Meeting Summary UI with React

Notifications You must be signed in to change notification settings

neerajchaudhary2/meeting-summary-ui-sample-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meeting Summary UI Sample App

Introduction

This is a sample web application built with React. In this example, Material-UI was used as the CSS library.

This app demonstrates an implementation of GET Request to our Conversation API endpoints to generate a meeting summary UI that fits your unique use cases.

Pre-requisites

To get started, you’ll need your account credentials and Node.js installed (> v8.x) on your machine.Your credentials include your appId and appSecret. You can find them on the homepage of the Symbl.ai platform.

App ID

Environment variables

Generate an access token using the APP_ID and APP_SECRET that you see when you create an account on Symbl Platform .You can use tools like postman for this :

Update the auth.json file in ./src/components/services/auth.json with access token that you just generated.

Deploying

Install Dependencies

Run yarn install or npm install on terminal to install the dependencies required

Run

Run yarn start or npm start on terminal to run the apps in development mode. Open http://localhost:3000 to view it in the browser

Conclusion

This app shows the ease with which you can use Symblai to generate a UI and analytics corresponding to your conversations .Please free to fork any of the projects here to use on your own .

Community

If you liked our integration guide, please star our repo!

If you have any questions, feel free to reach out to us at [email protected] or through our Community Slack at https://developer.symbl.ai/community/slack

This library is released under the [MIT License][license]

Signup for free

About

An example of using Symbl's Conversation API to create your own Meeting Summary UI with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.5%
  • HTML 10.3%
  • CSS 2.2%