Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.3 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.3 KB

Renoir Pears

Pears

v0.5

Listen to music with far away friends.

Pears is a temporary, collaborative peer-to-peer playlist.

Usage

To create a new space for you and your friends:

  1. Install Beaker Browser
  2. Go to dat://pears.seed.hex22.org/
  3. Click the three dots at the right part of the URL bar
  4. Click Make editable copy
  5. Give it a name and click Create copy

To join a space simply navigate to the dat:// URL you got from your friend, click on Join this space and follow the steps.

NB

  1. Currently, only mp3 files can be streamed. Remember them?

  2. Please expect stability issues and bugs.

  3. Streaming performance will vary depending on peer connections & locations

Development

git clone https://github.com/as-dr/noname
npm install
npm run build
npm start

In Beaker create a new archive from the folder where you cloned the project. After the site's ready add the following lines to the dat.json in order to enable the experimental datPeersAPI:

"experimental": {
  "apis": [
    "datPeers"
  ]
}