Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BusterLabs/Partyshare
A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
https://github.com/BusterLabs/Partyshare
applications file-sharing ipfs open-source peer-hypermedia-protocol peer-to-peer
Last synced: 5 days ago
JSON representation
A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS.
- Host: GitHub
- URL: https://github.com/BusterLabs/Partyshare
- Owner: BusterLabs
- License: mit
- Created: 2017-04-23T17:12:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T08:10:07.000Z (over 6 years ago)
- Last Synced: 2024-04-10T07:09:31.734Z (7 months ago)
- Topics: applications, file-sharing, ipfs, open-source, peer-hypermedia-protocol, peer-to-peer
- Language: JavaScript
- Homepage: https://busterlabs.github.io/Partyshare
- Size: 5.35 MB
- Stars: 157
- Watchers: 11
- Forks: 26
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-starred - BusterLabs/Partyshare - A free, open source file sharing application, built on the peer-to-peer hypermedia protocol IPFS. (open-source)
README
# Partyshare
A free, open source file sharing application, built on the peer-to-peer hypermedia protocol [IPFS](https://ipfs.io/).
It's a simple way to share files via IPFS.
## Download
You can download the latest version at [busterlabs.github.io/Partyshare](https://busterlabs.github.io/Partyshare). Please, [report any issues](https://github.com/BusterLabs/Partyshare/issues/new?title=&body=%23%23%23%23%20Steps%20to%20Reproduce%0D%0A-%0D%0A%0D%0A%23%23%23%23%20Expected%20Result%0D%0A-%20%0D%0A%0D%0A%23%23%23%23%20Actual%20Result%0D%0A-&labels%5B%5D=bug) you come across.
## Contribute
### Development
1. Take a look at the [open issues](https://github.com/BusterLabs/Partyshare/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22)
2. Assign any to yourself that you'd like to work on
3. Start coding:```
$ curl -o- -L https://yarnpkg.com/install.sh | bash
$ yarn install
$ yarn start
```### Releases
[![Build Status](https://travis-ci.org/BusterLabs/Partyshare.svg?branch=master)](https://travis-ci.org/BusterLabs/Partyshare)
Releases are built by [Travis CI](https://travis-ci.org/BusterLabs/Partyshare), and automatically released [on Github](https://github.com/BusterLabs/Partyshare/releases) for every tagged commit pushed to master. To release a new version:
```sh
$ npm version
$ git push origin master --tags
```