An open API service indexing awesome lists of open source software.

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]

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).