Giter Site home page Giter Site logo

brightid-meet's Introduction

BrightID-Meet

BrightID-Meet is a web app to list BrightID meetings for different timezones and can be used for other listing any sort of weekly events like online courses. BrightID-Meet is implemented in Vus.js.

You can find a running demo on BrightID meet page.

Two types of meetings/events can be defined to be listed in BrightID-meet:

A. Weekly meetings that are displayed repeatedly on a specific week day on defined time. These meetings should be defined in weeklybase.json file.

B. One time meeting that are only displayed on defined date and time. These meetings should be defined in specialMeet.json file.

Note: Times should be set in UTC (Coordinated Universal Time) time. BrightID-Meet automatically converts UTC times set in json files to local times based on client timezone.

Features

Local time

BrightID-Meet list meetings in client local time. Users can also change timezone using a selectbox on top of the meetings page.

Note: Timezones can be configured by editing timezones.json.

Google Calendar

BrightID-Meet enables users to add meetings their google calendar.

Responsive

BrightId-Meet is designed to be properly shown on both desktop and mobile phones.

Installation

Installing dependencies:

$ git clone https://github.com/BrightID/BrightID-Meet.git
$ cd BrightID-Meet
$ npm install

Configuring:

Google calendar API key:

  • Enable google calendar API under your google account and create an API key following this guide.
  • Configure apiKey and clientId in main.js.

Note: See Google Calendar API for more information.

Update meetings json files:

Running for development:

$ npm run serve

Building for production:

$ npm run build

This will create a dist folder that you can place on a production web server like nginx.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.