Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ivanshamatov/vitocars
- Owner: IvanShamatov
- License: mit
- Created: 2016-01-31T16:44:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-31T17:45:06.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T02:13:03.331Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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")
```