Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uiur/gyazo-torrent
A p2p screenshot sharing tool using webtorrent
https://github.com/uiur/gyazo-torrent
Last synced: about 1 month ago
JSON representation
A p2p screenshot sharing tool using webtorrent
- Host: GitHub
- URL: https://github.com/uiur/gyazo-torrent
- Owner: uiur
- Created: 2015-09-24T17:39:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-24T18:22:44.000Z (over 9 years ago)
- Last Synced: 2024-10-12T19:31:20.646Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 105 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gyazo-torrent
A p2p screenshot sharing tool using [webtorrent](https://github.com/feross/webtorrent).
In other words, [gyazo](https://github.com/nota/Gyazo) without servers.This app is an early prototype. Works only on Mac OSX.
The uploading speed is very slow.## How it works
1. take a screenshot
2. upload it to torrent via webtorrent
3. open the torrent link with [instant.io](https://instant.io/)[![Gyazo](https://i.gyazo.com/90883f3c1b6461b58c79f5683b7a5222.png)](https://gyazo.com/90883f3c1b6461b58c79f5683b7a5222)
## How to use
Clone this repo and```
npm install -g electron-prebuilt
npm install
npm start
```## License
ISC