A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update about page

+7 -6
+7 -6
src/Static/Info/Info.md
··· 18 18 19 19 You can choose between these services: 20 20 21 - - IndexedDB 22 - - Blockstack 23 - - IPNS (IPFS) 21 + - [Blockstack](https://blockstack.org/) 22 + - [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) <small>(ie. anonymous mode)</small> 23 + - [RemoteStorage](remotestorage.io) 24 + - [IPNS (IPFS)](https://ipfs.io/) <small>(not yet)</small> 24 25 25 26 26 27 ### Music layer 27 28 28 29 This layer connects with the services the user has on which music can be found. No data is written to these services. You can combine all of the following services: 29 30 30 - - Blockstack Storage 31 - - IPFS 32 - - Amazon S3 31 + - [Amazon S3](https://aws.amazon.com/s3/) 32 + - [IPFS](https://ipfs.io/) 33 + - [Blockstack Storage](https://blockstack.org/) <small>(not yet)</small> 33 34 34 35 35 36