Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/braindead-dev/google-calendar-app

A simple and sleek Google Calendar desktop app made with Electron.
https://github.com/braindead-dev/google-calendar-app

calendar electron google google-calendar windows

Last synced: 7 days ago
JSON representation

A simple and sleek Google Calendar desktop app made with Electron.

Awesome Lists containing this project

README

        

# Google Calendar App

A simple and sleek Google Calendar desktop app made with Electron. No more having to keep a browser tab open just for Google Calendar!

## Features

- Compact, standalone application for Google Calendar
- Back and forward navigation buttons
- Links open in the default web browser, not in the app
- Customizable window icon

## Installation
If you only want the program and nothing else, you can simply download the [Beta Release](https://github.com/braindead-dev/google-calendar-app/releases/tag/v1.0.0) here. If you want to build the program from it's source, the steps are below.

### Prerequisites
- [Node.js](https://nodejs.org) and npm
- [Electron](https://www.electronjs.org/)

### Steps

1. Clone the repository: `git clone https://github.com/braindead-dev/google-calendar-app.git`
2. Navigate into the project directory: `cd google-calendar-app`
3. Install the dependencies: `npm install`
4. Start the app: `npm start`

## Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.