Sha256: c4d29da73636b1c2e2791591aa55fb8bf90421b171e551c796f263b075989ce3

Contents?: true

Size: 826 Bytes

Versions: 1

Compression:

Stored size: 826 Bytes

Contents

# ![Whipped Cream logo](header.png)

> HTTP topping for [Raspberry Pi](http://www.raspberrypi.org)
> [![Gem Version](https://badge.fury.io/rb/whipped-cream.png)](http://badge.fury.io/rb/whipped-cream)
> [![Build Status](https://travis-ci.org/justincampbell/whipped-cream.png?branch=master)](https://travis-ci.org/justincampbell/whipped-cream)
> [![Code Climate](https://codeclimate.com/github/justincampbell/whipped-cream.png)](https://codeclimate.com/github/justincampbell/whipped-cream)

## Install

`gem install whipped-cream`

## Demo

`whipped-cream demo`

## DSL

```garage.rb
name "Garage"

button "Open/Close", pin: 18

switch "Light", pin: 23

sensor "Door", pin: 24, low: "Closed", high: "Open"
```

## Run a plugin

`whipped-cream start garage.rb`

## Deploy to a Pi

`whipped-cream deploy garage.rb 192.168.1.123`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
whipped-cream-0.0.1 README.md