Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.35 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.35 KB

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