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.
You
can add ZDS to chrome as a search engine
using the following query URL: https://searchzoom.dev/?q=%s
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
If you're using Google App Engine, set up cloudbuild and use variable substitutions for the following
ZDS_API_KEY
ZDS_CX_TOKEN
yarn install
yarn serve
yarn build
yarn test:unit
yarn test:e2e
yarn lint