Sha256: 60e02e37c02b73c28d6aa30477166cb7c73c27d8ead72730544da1ca775ef178

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

# TurkishBanks

Fetch all banks and their information from http://www.tcmb.gov.tr/.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'turkish_banks'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install turkish_banks

## Usage

```ruby
turkish_bank = TurkishBanks::TurkishBank.new
# Get last update date
turkish_bank.last_update_date
# Get all banks
turkish_bank.banks
# Get information of a bank with the name
turkish_bank.get_information_of "turkiye cumhuriyeti ziraat bankası a.ş."
# Get branch of the the bank
turkish_bank.get_branches_of "turkiye cumhuriyeti ziraat bankası a.ş."
```    

## TODO

* Improve search part.
* New features. Please send some pull-request.

## Contributing

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