Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskol/desktop-for-google-keep-electron
A quick Electron based, cross-platform, app to use Google Keep as a desktop app
https://github.com/chriskol/desktop-for-google-keep-electron
cross-platform desktop electron google google-keep javascript linux-app mac-app windows-app
Last synced: 3 months ago
JSON representation
A quick Electron based, cross-platform, app to use Google Keep as a desktop app
- Host: GitHub
- URL: https://github.com/chriskol/desktop-for-google-keep-electron
- Owner: chriskol
- License: mit
- Created: 2016-06-29T22:27:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T07:54:32.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T18:54:14.653Z (6 months ago)
- Topics: cross-platform, desktop, electron, google, google-keep, javascript, linux-app, mac-app, windows-app
- Language: JavaScript
- Homepage:
- Size: 410 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Keep Desktop
**A quick cross-platform app to view Google Keep as a desktop app**
Very simple. Based heavily from the [electron-quick-start-app](https://github.com/electron/electron-quick-start/).
Requires [node.js](https://github.com/nodejs) and [Electron](https://github.com/electron/).## Install
```sh
npm install
```## Run
```sh
npm start
```## Build
Build the application for specified platform:
```sh
npm run build:darwin
npm run build:linux
npm run build:windows
```If you use a Mac, you should also check out this [ever so slightly more efficient app I wrote using MacGap](https://github.com/chriskol/Desktop-Google-Keep-OSX).