Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rauljordan/malibu

The Only Ruby DDP Client You Will Ever Need
https://github.com/rauljordan/malibu

Last synced: 8 days ago
JSON representation

The Only Ruby DDP Client You Will Ever Need

Awesome Lists containing this project

README

        

# Malibu

The First Ever Complete DDP Client for Ruby. Build out your Meteor applications confidently and manipulate things like never before with Malibu.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'malibu'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install malibu

## Usage

Coming Soon

## Contributing

1. Fork it ( https://github.com/[my-github-username]/malibu/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request