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

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

Awesome Lists containing this project

README

        

# gyazo-node-webkit

node-webkit implementation of [Gyazo](https://github.com/gyazo/Gyazo).

![](http://i.gyazo.com/54b9302382a199b089e19a293cfc2e7a.gif)

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