Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andrepolischuk/keep

Desktop app for Google Keep packaged with Electron
https://github.com/andrepolischuk/keep

electron electron-app google-keep

Last synced: 5 days ago
JSON representation

Desktop app for Google Keep packaged with Electron

Awesome Lists containing this project

README

        

# keep [![Build Status][travis-image]][travis-url]

> Desktop app for [Google Keep][google-keep] packaged with [Electron][electron]

![](media/screenshot.png)

## Usage

[Download the latest release!](https://github.com/andrepolischuk/keep/releases/latest)

## Contribute

Fork this repository, clone to your local device and install dependencies:

```sh
npm install
npm start
```

If you use Ubuntu or Debian, you also may need to install `nodejs-legacy` that creates `node` symlink:

```sh
sudo apt-get install nodejs-legacy
```

## License

[UNLICENSE][unlicense]

[travis-url]: https://travis-ci.org/andrepolischuk/keep
[travis-image]: https://travis-ci.org/andrepolischuk/keep.svg?branch=master

[google-keep]: https://keep.google.com
[electron]: http://electron.atom.io
[unlicense]: http://unlicense.org