{"id":50254081,"url":"https://github.com/zoom/zoomapps-workshop-sample","last_synced_at":"2026-05-27T03:40:02.690Z","repository":{"id":341464394,"uuid":"876590443","full_name":"zoom/zoomapps-workshop-sample","owner":"zoom","description":"Zoom Apps Getting Started Workshop","archived":false,"fork":false,"pushed_at":"2024-11-22T01:23:39.000Z","size":566,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-05-27T03:39:56.814Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zoom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-22T08:24:17.000Z","updated_at":"2026-04-06T19:28:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zoom/zoomapps-workshop-sample","commit_stats":null,"previous_names":["zoom/zoomapps-workshop-sample"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zoom/zoomapps-workshop-sample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fzoomapps-workshop-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fzoomapps-workshop-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fzoomapps-workshop-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fzoomapps-workshop-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zoom","download_url":"https://codeload.github.com/zoom/zoomapps-workshop-sample/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zoom%2Fzoomapps-workshop-sample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33549782,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-27T03:40:01.374Z","updated_at":"2026-05-27T03:40:02.681Z","avatar_url":"https://github.com/zoom.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Getting Started with Zoom Apps\n\nThis is a [Next.js](https://nextjs.org) project bootstrapped with [\n`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). \n\nI've modified it a bit so\nthat we can create a powerful Zoom App development environment. \n\nFollow along with these branches to implement it yourself\nor check out the completed project on the main branch (here).\n\n## Prerequisites\n\nYou'll need the following for this workshop:\n\n1. [Node JS](https://nodejs.org/en/)\n2. [Ngrok](https://ngrok.com/docs/getting-started)\n3. [Zoom Account](https://support.zoom.us/hc/en-us/articles/207278726-Plan-Types-)\n4. [Zoom App Credentials](#config:-app-credentials) (Instructions below)\n   1. Client ID\n   2. Client Secret\n   3. Redirect URL\n\n## Before you start\n\nMake sure that you have created an app on the Zoom Marketplace. \n\n\u003e Check out our guide [here](https://developers.zoom.us/docs/build-flow/)\n\n## Getting Started\n\nInstall dependencies\n\n```bash\nnpm install\n```\n\nStart Ngrok and copy your URL\n\n```bash\nngrok http 3000\n```\n\n![ngrok screen](public/ngrok.png)\n\nIn your browser, navigate to your app in the [Zoom Marketplace](https://marketplace.zoom.us/user/build). \n\nIn the Basic Information tab add the `/auth` route to your Ngrok URL for the OAuth Redirect URL\n\n![oauth information](public/basic-info-tab.png)\n\n\nNext, select the **Surface** tab and enter the Ngrok URL as your Home URL\n\n![surface tab](public/surface-tab.png)\n\n\nEnter your credentials in .env.local\n\n```dotenv\n# Do not store credentials in plain text on production environments\n\nZOOM_CLIENT_ID=\nZOOM_CLIENT_SECRET=\nZOOM_REDIRECT_URL=\n\n# Generated after you run npm install\nSESSION_SECRET=random_string_generated_for_you\n```\n\nRun the development server:\n\n```bash\nnpm run dev\n```\n\nNavigate to your Ngrok URL to see your new app!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoom%2Fzoomapps-workshop-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoom%2Fzoomapps-workshop-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoom%2Fzoomapps-workshop-sample/lists"}