Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
/ electro-g Public archive

An Electron wrapper around Google Calendar website

License

Notifications You must be signed in to change notification settings

kvervo/electro-g

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElectroG calendar

An Electron wrapper around Google Calendar

I was tired of having a Browser window opened to check my calendar. Also, I do not like the default calendar app on MacOS. Hence, came the idea to wrap the Google Calendar website in an Electron application.

This app makes uses of Electron Forge to package and create distributives.

How to Install

Using the installer

List of all releases is available at the Releases page.

Latest releases:

Build it yourself

  1. Clone repository
  2. Install all npm dependencies by running:
npm install
  1. To create a package / executable run:
npm run package