A tool to manage recurrent WebEx meetings
This is a Geek Week 2016 project at the World Wide Web Consortium (W3C).
The goal is to manage all recurrent WebEx teleconferences with their details, times and associates timezones; and to let users view them according to their own timezone.
Front page (not logged in):
Sign up:
Log in:
Front page (logged in):
All people:
One person:
All meetings:
One meeting:
All locations:
One location:
All timezones:
One timezone:
$ git clone https://github.com/w3c/Eunomia.git
$ cd Eunomia
$ sqlite3 -echo -bail eunomia.db < sql/create-db.sql
$ sqlite3 -echo -bail eunomia.db < sql/populate-db.sql
$ npm install
$ npm start
$ npm test
Documentation for all JS files is generated using JSDoc:
$ npm run jsdoc
See the documentation on GitHub pages.
Copyright © 2016–2019 World Wide Web Consortium (W3C).
This project is licenced under the terms of the MIT licence.