https://github.com/sammarks/waffle-app
Electron app for Waffle.io's interface
https://github.com/sammarks/waffle-app
Last synced: 2 months ago
JSON representation
Electron app for Waffle.io's interface
- Host: GitHub
- URL: https://github.com/sammarks/waffle-app
- Owner: sammarks
- License: unlicense
- Created: 2019-02-28T21:30:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T21:31:20.000Z (about 6 years ago)
- Last Synced: 2025-02-02T16:56:17.836Z (4 months ago)
- Language: JavaScript
- Size: 214 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Calendar packaged as electron app
Thin wrapper around the Google Calendar web interface built with
[electron](http://electron.atom.io/).
## Download
Pre-built binary release for MacOS: [Google-Calendar-v.1.0.0-Mac.zip](https://github.com/fgnass/google-calendar-app/releases/download/v1.0.0/Google-Calendar-v.1.0.0-Mac.zip)
## Build from source
```
npm install
npm run pack-osx
cp -r Google\ Calendar-darwin-x64/Google\ Calendar.app /Applications
```# Disclaimer
This project is not affiliated with, associated to, nor endorsed by Google
in any way. Google and the Google Calendar Logo are registered
trademarks of Google Inc.The code in this repository has been released to the public domain
under the [UNLICENSE](./UNLICENSE).