Note: Please follow the repository conventions and slugify the title of your repo
The Survey123 JavaScript API lets you embed, style, and interact with Survey123 web forms within your own web applications. Join this session to learn how to bring Survey123 functionality into your own web apps!
Most of the slides are made available at Esri Events > Proceedings.
- Clone the repository.
- Run
npm install
in the root directory of the repository. - Move your
certificate.crt
andprivate.key
files to thessl
folder (required for HTTPS). - Ensure that you have the correct Client ID for your hosting environment.
- Execute
npm start
to launch the demo and visit https://{{your-host}}:3000/. - Optional:
- For demo2, you will need to enter your token to generate a report.
- For demo5 and demo6, please add your OpenAI API key in the
config.js
file for proper functionality.
- The optional configurations mentioned earlier are necessary to run demo2, demo5, and demo6.
- https://codepen.io/collection/JYYBRd