https://github.com/vicentereig/conquiro
An iTunes Search Ruby client
https://github.com/vicentereig/conquiro
Last synced: about 1 month ago
JSON representation
An iTunes Search Ruby client
- Host: GitHub
- URL: https://github.com/vicentereig/conquiro
- Owner: vicentereig
- License: mit
- Created: 2014-08-05T03:04:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T15:24:53.000Z (almost 10 years ago)
- Last Synced: 2023-03-11T09:12:20.378Z (about 2 years ago)
- Language: Ruby
- Size: 762 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# conquiro
A Ruby client for [iTunes Search API](https://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html)

## Install
```ruby
gem 'conquiro', github: 'vicentereig/conquiro'
```## Usage
```ruby
repo = Conquiro::SoftwareRepo.new
results = repo.query(term: 'yolo')
results.first=> #
```