Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).