Git Product home page Git Product logo

timemaster's Introduction

TimeMaster

About

TimeMaster is a Chrome extension, which helps you finish your Hangouts meetings on time. It integrates with Google Hangout and Google Calendar. Based on time scheduled in your calendar, it shows you a progress bar with time left till the end of the meeting in hangouts window.

Environement setup

IntelliJ Idea settings

File/Settings/Languages and Frameworks/Javascript:

  • Set JavaScript level to ECMSScript6 (since version 0.5.2 we decided to use features that are implemented in Chrome)
  • Prefer Strict mode

node.js

node.js v8.1.4 or higher is required.

Building and testing "unpackaged" extension

  • To download dependencies: npm install -> downloads required modules to [./node_modules]
  • To build: npm run build -> builds sources in [./src] into [./dist]
  • To build for production or other specified environemnt: npm run build -- --env=prod (or replace prod with different env name)
  • To develop: npm run dev -> builds sources in [./src] into [./dist] with auto rebuilding after every change Note: Install Chrome Unpacked Extension Auto Reload to enable chrome extension auto reloading
  • To test: npm run test -> run tests in [./test] and keep rerunning them in case of any changeg in source code

More info about the packaging can be found in [PACKAGING.md]

How to test the extension in Chrome development mode

  • Open Chrome/Settings/Extensions
  • Check "Developer mode"
  • "Load unpacked extension ..." and select [./dist] folder

InteliJ IDEA Formatter setup

Editor -> Code Style -> JavaScript Tabs and Intents -> Check: Intends on empty lines Check: Intent chained methods Wrapping and Braces -> Chained method calls -> Select: "Wrap always" Check: "Align when multiline"

License

This project is released under version 2.0 of the Apache License.

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.