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

https://github.com/sleede/openlab-projects-ruby

ruby API wrapper to consume json API of Openlab-Projects
https://github.com/sleede/openlab-projects-ruby

Last synced: 3 months ago
JSON representation

ruby API wrapper to consume json API of Openlab-Projects

Awesome Lists containing this project

README

        

This is a ruby gem wrapping around the [OpenLab-Projects](https://github.com/sleede/openlab-projects/) API.

To use OpenLab-Projects for your Fab-manager, please refer to the [Fab-manager documentation](https://github.com/sleede/fab-manager/blob/master/README.md#open-projects).

To use this gem in your ruby project, run `gem install openlab_ruby`, or add the following line in your `Gemfile`:

```
gem 'openlab_ruby'
```

To run the tests :
```
rake
```