Skip to content

A tool for Zoom Developers to narrow their research to relevant Zoom resources

Notifications You must be signed in to change notification settings

MaxMansfield/zoom-developer-search

Repository files navigation

Zoom Developer Search

The Zoom Developer Search (ZDS) tool is used to narrow and simplify searches for Zoom developers.

ZDS is essentially a front-end for a Google Custom Search Engine. It adds some features like automatic searching and previewing of forum posts.

Chrome

You can add ZDS to chrome as a search engine using the following query URL: https://searchzoom.dev/?q=%s

Project setup

You can clone this repo and attach it to your own CSE by setting the following environment variables:

  • Set ZDS_API_KEY with your CSE API Key

  • Set ZDS_CX_TOKEN with your CSE CX Token

App Engine

If you're using Google App Engine, set up cloudbuild and use variable substitutions for the following

  • ZDS_API_KEY
  • ZDS_CX_TOKEN

Install Packages

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Run your end-to-end tests

yarn test:e2e

Lints and fixes files

yarn lint

About

A tool for Zoom Developers to narrow their research to relevant Zoom resources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published