mithucste30/check_mobi

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# CheckMobi

[![Build Status](https://travis-ci.org/mithucste30/check_mobi.svg?branch=master)](https://travis-ci.org/mithucste30/check_mobi)  [![Coverage Status](https://coveralls.io/repos/github/mithucste30/check_mobi/badge.svg?branch=master)](https://coveralls.io/github/mithucste30/check_mobi?branch=master)  [![Code Climate](https://codeclimate.com/github/mithucste30/check_mobi/badges/gpa.svg)](https://codeclimate.com/github/mithucste30/check_mobi)

This gem is ruby wrapper for [CheckMobi](https://checkmobi.com) API.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'check_mobi'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install check_mobi

## Usage

To see how to use the gem, goto the project's [wiki](https://github.com/mithucste30/check_mobi/wiki) page.

## Contributing

1. Fork it ( https://github.com/mithucste30/check_mobi/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

## License

MIT License. Copyright 2017 [Md. Mazharul Islam](http://mazharul.me)