snapdrop

A Progressive Web App for local file sharing
git clone http://git.hanabi.in/repos/snapdrop.git
Log | Files | Refs | README | LICENSE

commit 1dcc9448b7a03bed31d3ea551cf74e311565a0bd
parent 439953e4849a73e4975e6d26ae7806b387ee9e60
Author: RobinLinus <robin_woll@capira.de>
Date:   Wed,  7 Dec 2016 13:15:33 +0100

Merge pull request #35 from dandv/patch-1

Fix typos, links, punctuation
Diffstat:
MREADME.md | 15+++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md @@ -30,29 +30,29 @@ If WebRTC isn’t supported (Safari, IE) it uses a Web Sockets fallback for the ##### What about privacy? Will files be saved on third-party-servers? None of your files are ever saved on any server. -Snapdrop doesn't even use cookies or a database. If you are curious have a look [at the Server](https://github.com/capira12/snapdrop/blob/master/server/ws-server.js) +Snapdrop doesn't even use cookies or a database. If you are curious have a look [at the Server](https://github.com/RobinLinus/snapdrop/blob/master/server/ws-server.js). But it does use Google Analytics. ##### Is SnapDrop a fork of ShareDrop? -No. ShareDrop is built with ember. Snapdrop is built with Polymer. -I wanted to play around with Progressive Web Apps and then I got the idea to clone Apple’s Airdrop. By doing research on this idea I found and analysed ShareDrop. I liked it and thought about how to improve it. +No. ShareDrop is built with Ember. Snapdrop is built with Polymer. +I wanted to play around with Progressive Web Apps and then I got the idea to clone Apple's Airdrop. By doing research on this idea I found and analysed ShareDrop. I liked it and thought about how to improve it. ShareDrop uses WebRTC only and isn't compatible with Safari Browsers. Snapdrop uses a Websocket fallback and some hacks to make Snapdrop work due to the download restrictions on iDevices. ### Snapdrop is awesome! How can I support it? -* File Bugs, Give Feedback, Suggestions +* [File bugs, give feedback, submit suggestions](https://github.com/RobinLinus/snapdrop/issues) * Share Snapdrop on your social media. * [Buy me a cup of coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=R9C5E42UYEQCN) -* Fix bugs and do a Pull Request. This is my first open source project, so I am not very used to the common workflow, but we'll figure it out! +* Fix bugs and make a Pull Request. This is my first open source project, so I am not very used to the common workflow, but we'll figure it out! * Do Security Analysis and suggestions ## Run the project on your device -* Install npm, bower, gulp and the dependencies as described [here](https://github.com/PolymerElements/polymer-starter-kit#install-dependencies) +* Install the `npm`, `bower`, and `gulp` [dependencies of Polymer Starter Kit](https://github.com/PolymerElements/polymer-starter-kit/blob/cd1c6227537c369b2b53c6abe814466f3bbb4187/README.md#install-dependencies) * `npm install & bower install` * run `gulp serve` * In a second shell run `node index.js` ## Licences -* Thanks to [Mark DiAngelo]() for the [Blop Sound](http://soundbible.com/2067-Blop.html) -\ No newline at end of file +* Thanks to [Mark DiAngelo]() for the [Blop Sound](http://soundbible.com/2067-Blop.html)