Charles E. Lehner committed Merge remote-tracking branch 'origin/cameron-branch' into mainLatest: 871f2a3 on 1/1/2021, 12:51:59 AM | |
📄 | .gitignore |
📄 | LICENSE |
📄 | README.md |
📄 | asyncmemo.js |
📄 | get-names.js |
📄 | index.html |
📄 | package-lock.json |
📄 | package.json |
📄 | server.js |
📄 | ssb-connect.js |
📄 | styles.css |
README.md
ssb-music-player
A web app for playing music from SSB.
Requirements
- ssb-server (Patchwork or Oasis okay)
- Scuttle Shell Browser
Usage
- Clone the repo with git-ssb
- Install with
npm install
orssb-npm install
- Build the dependencies file with
npm run build
- Start the web server:
npm start
- Open
http://localhost:8080/
in Firefox - Enable Scuttle Shell Browser for the page
- Reload the page
Screenshot
License
Copyright 2020 Charles Lehner and Cameron Leslie
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Built with git-ssb-web