Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/braindead-dev/google-calendar-app
- Owner: braindead-dev
- Created: 2023-06-11T01:29:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T06:25:23.000Z (over 1 year ago)
- Last Synced: 2024-11-14T20:20:30.496Z (2 months ago)
- Topics: calendar, electron, google, google-calendar, windows
- Language: JavaScript
- Homepage:
- Size: 92.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.