Chillrend / pemakaian_zoom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pemakaian Zoom Calendar

Track your zoom schedule across many accounts!

Usage

  1. Install Package using NPM
npm install
  1. Make .env file and put your zoom apikey and apisecret there
ZOOM_API_KEY=<YOUR_ZOOM_API_KEY>
ZOOM_API_SECRET=<YOUR_ZOOM_API_SECRET>
  1. Modify the api endpoint call (at /routes/index.js) with your default account or put your zoom account in the api route path
const resp = await axios.get(`https://api.zoom.us/v2/users/${req.query.account !== undefined ? req.query.account:'pusdatin@pnj.ac.id'}/meetings?page_size=300&type=upcoming`, { headers: {"Authorization" : `Bearer ${jwt}`} });
  1. Run it
node /bin/www

About


Languages

Language:JavaScript 81.7%Language:Handlebars 11.8%Language:Dockerfile 5.0%Language:CSS 1.5%