https://github.com/uiur/gyazo-node-webkit
Gyazo app in node-webkit
https://github.com/uiur/gyazo-node-webkit
Last synced: 4 months ago
JSON representation
Gyazo app in node-webkit
- Host: GitHub
- URL: https://github.com/uiur/gyazo-node-webkit
- Owner: uiur
- Created: 2014-05-22T16:36:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-24T01:51:57.000Z (about 11 years ago)
- Last Synced: 2024-04-15T02:43:52.786Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 115 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gyazo-node-webkit
node-webkit implementation of [Gyazo](https://github.com/gyazo/Gyazo).

## Advantages
Here are advantages over original implementation.
* Hackable
* written in node.js, so you can take benefits of npm modules!
* Cross platform
* It's just one node.js script and runs on OSX and Linux.## How to build
```
grunt build
```## Platform
OSX and Linux.