Sha256: b521ee58d3820cecb52fa15f2903241434b8dc4d7c545ba9329d387e232f5efd

Contents?: true

Size: 861 Bytes

Versions: 3

Compression:

Stored size: 861 Bytes

Contents

# Pricesphere

Pricesphere is a Rubygem to ease integration with PriceSphere's product pricing API.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'pricesphere'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install pricesphere

## Usage

For examples of how to use PriceSphere, please check out the examples in the examples directory. We have an example of querying for products and registering a watch (or Webhook). If you have suggestions for other examples or things we can support, add an issue!

## Contributing

1. Fork it ( https://github.com/[my-github-username]/pricesphere/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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pricesphere-0.2.3 README.md
pricesphere-0.2.2 README.md
pricesphere-0.2.1 README.md