Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Latest commit

 

History

History
50 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.1 KB

yvr-conf-free

A conference room dashboard designed to run on TV displays that lets Mozilla YVR employees know which rooms are currently busy and which rooms are free. Uses Node.js with ical to gather the Mozilla YVR conference room FreeBusy information

Running

Getting Started

npm install
npm start

Endpoints and API

Screenshot

http://cl.ly/image/0C0k0x0Q2I2g

Mozilla YVR Supported Conference Rooms

  • Siwash : yvr-2a
  • Buntzen : yvr-2b
  • Deep Cove : yvr-2c
  • Lighthouse : yvr-2d
  • Crazy Raven : yvr-2e
  • Wreck : yvr-2f
  • Dinky Peak : yvr-2g
  • Adanac : yvr-2h
  • Whytecliff : yvr-commons

Where $EMAIL = conf room email AND $DATE = moment.format("YYYYMMDD")

Deployment to Heroku

If you want to deploy to the heroku account contact @clarkbw

You can push with the npm script:

npm run push