Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.22 KB

Meeting Summary UI Sample App

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

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

Authentication

Use tools such as Postman to generate access token and update the auth.json file in ./src/services/auth.json.

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 develepment mode. Open http://localhost:3000 to view it in the browser

References

Feel free to fork any of the projects here to use on your own and if you have any code improvements, make a pull request and the request will be reviewed by one of our admins.

Refer to our Official Documentation for more details and explanation of Symbl AI's API.

If you have questions, bugs to report or feature suggestions, join our Dev Community.

Screenshot