PairDrop/README.md

33 lines
1.2 KiB
Markdown
Raw Normal View History

2020-03-24 00:40:23 +01:00
# Snapdrop
2015-12-18 16:50:36 +01:00
2020-07-14 21:32:50 +02:00
[Snapdrop](https://snapdrop.net): local file sharing in your browser. Inspired by Apple's Airdrop.
2017-01-14 21:52:52 +01:00
2020-09-14 02:56:12 +02:00
2020-07-14 21:32:50 +02:00
#### Snapdrop is built with the following awesome technologies:
2020-12-20 04:01:53 +01:00
* Vanilla HTML5 / ES6 / CSS3 frontend
* [WebRTC](http://webrtc.org/) / [WebSockets](http://www.websocket.org/)
* [NodeJS](https://nodejs.org/en/) backend
* [Progressive Web App](https://wikipedia.org/wiki/Progressive_Web_App)
2015-12-18 16:50:36 +01:00
2020-12-15 22:29:02 +01:00
2020-12-20 04:01:53 +01:00
Have any questions? Read our [FAQ](/docs/faq.md).
2020-12-15 22:29:02 +01:00
2021-03-28 23:27:43 +02:00
You can [host your own instance with Docker](/docs/local-dev.md).
2020-09-14 02:56:12 +02:00
2020-12-15 22:29:02 +01:00
2020-01-16 09:07:37 +01:00
## Support the Snapdrop Community
2020-09-14 02:56:12 +02:00
Snapdrop is free. Still, we have to pay for the server. If you want to contribute, please use PayPal:
2020-01-31 09:17:35 +01:00
2020-12-19 22:07:58 +01:00
[<img src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif">](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FTP9DXUR7LA7Q&source=url)
2020-01-31 09:17:35 +01:00
or Bitcoin:
2020-01-16 09:10:40 +01:00
[<img src="https://coins.github.io/thx/logo-color-large-pill-320px.png" alt="CoinThx" width="200"/>](https://coins.github.io/thx/#1K9zQ8f4iTyhKyHWmiDKt21cYX2QSDckWB?label=Snapdrop&message=Thanks!%20Your%20contribution%20helps%20to%20keep%20Snapdrop%20free%20for%20everybody!)
2018-09-21 16:12:21 +02:00
2020-07-14 22:30:09 +02:00
Alternatively, you can become a [Github Sponsor](https://github.com/sponsors/RobinLinus).
2020-01-16 09:07:37 +01:00
Thanks a lot for supporting free and open software!
2021-03-10 14:19:05 +01:00