Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swissmanu/kaffeeundkuchen
"Kaffee und Kuchen" is a spotify party player written in JavaScript. The original project is thought to be runned on a Raspberry Pi and supports Apples AirPlay for streaming your music anywhere you want.
https://github.com/swissmanu/kaffeeundkuchen
Last synced: 10 days ago
JSON representation
"Kaffee und Kuchen" is a spotify party player written in JavaScript. The original project is thought to be runned on a Raspberry Pi and supports Apples AirPlay for streaming your music anywhere you want.
- Host: GitHub
- URL: https://github.com/swissmanu/kaffeeundkuchen
- Owner: swissmanu
- License: mit
- Created: 2013-01-23T15:37:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-22T14:04:48.000Z (about 11 years ago)
- Last Synced: 2024-12-09T09:18:06.148Z (18 days ago)
- Language: CSS
- Homepage:
- Size: 1.25 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kaffee und Kuchen
*/ˈkafe ʔʊnt kuxən/, English: Coffee And Pi*[![Build Status](https://travis-ci.org/swissmanu/kaffeeundkuchen.png?branch=master)](https://travis-ci.org/swissmanu/kaffeeundkuchen) [![Coverage Status](https://coveralls.io/repos/swissmanu/kaffeeundkuchen/badge.png)](https://coveralls.io/r/swissmanu/kaffeeundkuchen)
## Overview
"Kaffee und Kuchen" is a spotify party player written in JavaScript. The original project is thought to be runned on a Raspberry Pi and supports Apples AirPlay for streaming your music anywhere you want.## Run the first time
### Configuration
Copy `config/config.example.js` to `config/config.js` and modify the configuration to your needs.### Setup
Calling `npm run setup` inside the projects folder will run the following steps automatically:* `npm install`
* `bower install`
* `grunt package` for the `angular-latest` bower component
* `grunt` for the *Kafffee und Kuchen* itself which fulfills the following tasks:
* Prepare the client source and provide one minified JavaScript file in `src/client/public/js/kaffeeundkuchen.min.js`
* Precompile the SASS style definitions and provide the CSS in `src/client/public/css/kaffeendkuchen.css`### Run
Having all files in place now, just execute `npm start` to fire up *Kaffee und Kuchen*.