Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rauljordan/malibu
- Owner: rauljordan
- License: mit
- Created: 2014-12-19T22:54:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-26T19:04:04.000Z (almost 10 years ago)
- Last Synced: 2023-08-09T14:36:17.714Z (over 1 year ago)
- Language: Ruby
- Size: 1.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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