Sha256: 2dd63b17b6de8e69925e3803330b169515a45843a749f8c4642b77ffefb67d4a

Contents?: true

Size: 1.13 KB

Versions: 1

Compression:

Stored size: 1.13 KB

Contents

# Mwo

Ruby gem for interfacing with Mechwarrior Online's public API

http://mwomercs.com/forums/topic/164685-betatesting-for-our-json-reference-files-the-start-of-the-api-details-within/

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'mwo'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install mwo

## Usage

### Weapons

Get a list of all weapons

- [x] MWO::Weapon.all

Scoped weapons

- [ ] MWO::Weapon.ballistic
- [ ] MWO::Weapon.energy
- [ ] MWO::Weapon.missile

### Mechs

#### By Faction

- [ ] MWO::Mech.all
- [ ] MWO::Mech.inner_sphere
- [ ] MWO::Mech.clan

#### By Weight class

- [ ] MWO::Mech.lights
- [ ] MWO::Mech.mediums
- [ ] MWO::Mech.heavies
- [ ] MWO::Mech.assualts

#### Chain em

    MWO::Mech.clan.lights
    MWO::Mech.inner_sphere.assaults

### Omniparts

- [ ] MWO::Omniparts.all

## Contributing

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