Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/andrepolischuk/keep
- Owner: andrepolischuk
- License: unlicense
- Created: 2016-03-04T10:10:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:36:52.000Z (about 2 years ago)
- Last Synced: 2024-12-29T06:08:07.188Z (12 days ago)
- Topics: electron, electron-app, google-keep
- Language: JavaScript
- Size: 488 KB
- Stars: 414
- Watchers: 13
- Forks: 69
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
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