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.

Use NPM dist webnative

+2 -2
+1 -1
package-lock.json
··· 23 23 "subworkers": "^1.0.1", 24 24 "timer.js": "^1.0.4", 25 25 "tocca": "^2.0.9", 26 - "webnative": "file:../../Work/webnative" 26 + "webnative": "^0.35.0" 27 27 }, 28 28 "devDependencies": { 29 29 "assert": "^2.0.0",
+1 -1
package.json
··· 36 36 "subworkers": "^1.0.1", 37 37 "timer.js": "^1.0.4", 38 38 "tocca": "^2.0.9", 39 - "webnative": "file:../../Work/webnative" 39 + "webnative": "^0.35.0" 40 40 } 41 41 }