https://github.com/zacksleo/keep
Google keep
https://github.com/zacksleo/keep
Last synced: 12 months ago
JSON representation
Google keep
- Host: GitHub
- URL: https://github.com/zacksleo/keep
- Owner: zacksleo
- License: unlicense
- Created: 2021-05-08T02:40:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T02:41:58.000Z (about 5 years ago)
- Last Synced: 2025-04-01T21:17:33.618Z (about 1 year ago)
- Language: JavaScript
- Size: 319 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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]

## 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