https://github.com/bafs/kaudio
Kaudio, A social home player. Server side [Featherjs and MongoDB. Frontend: https://github.com/BafS/Kaudio-frontend]
https://github.com/bafs/kaudio
music-player social-network
Last synced: 13 days ago
JSON representation
Kaudio, A social home player. Server side [Featherjs and MongoDB. Frontend: https://github.com/BafS/Kaudio-frontend]
- Host: GitHub
- URL: https://github.com/bafs/kaudio
- Owner: BafS
- Created: 2016-10-06T16:18:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T03:44:39.000Z (almost 6 years ago)
- Last Synced: 2025-01-14T02:35:09.591Z (over 1 year ago)
- Topics: music-player, social-network
- Language: JavaScript
- Homepage:
- Size: 226 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

> A web app audio player
## About
Kaudio is an open source web app based audio player.
## Getting Started
1. Make sure you have [NodeJS](https://nodejs.org/), [npm](https://www.npmjs.com/) and MongoDB installed.
2. Install your dependencies `npm install`
3. Start your app `npm start` (and be sure that MongoDB is running)
## Testing
Simply run `npm test` and all your tests in the `test/` directory will be run.
## Scaffolding
Feathers has a powerful command line interface. Here are a few things it can do:
```
$ npm install -g feathers-cli # Install Feathers CLI
$ feathers generate service # Generate a new Service
$ feathers generate hook # Generate a new Hook
$ feathers generate model # Generate a new Model
$ feathers help # Show all commands
```
## License
Copyright (c) 2016
Licensed under the [MIT license](LICENSE).