Sha256: 9cfaff943e703c7773d91f74dd522639a09b3016ca04579d899085087b801545

Contents?: true

Size: 699 Bytes

Versions: 1

Compression:

Stored size: 699 Bytes

Contents

# WonderWays

This is a gem to consume WonderWays api at https://github.com/bhargavisatpathy/trails

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'wonder_ways'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install wonder_ways

## Usage

```ruby
ww = WonderWays.new 'http://localhost:3000'
ww.list_trails 1 # => list of Trail objects
```

## Contributing

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

1 entries across 1 versions & 1 rubygems

Version Path
wonder_ways-1.0.0 README.md