Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ivanshamatov/vitocars

Gem, ruby wrapper around vitocars API
https://github.com/ivanshamatov/vitocars

Last synced: about 1 month ago
JSON representation

Gem, ruby wrapper around vitocars API

Awesome Lists containing this project

README

        

# Vitocars

Vitocars gem is just ruby wrapper around Vitocars API.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'vitocars', github: "IvanShamatov/vitocars"
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install vitocars

## Usage

```
vitocars = Vitocars::API.new("ABCDEF", "ru")
```