https://github.com/rubyni/exchange_rates_ni
The exchange rate of banks operating in Nicaragua
https://github.com/rubyni/exchange_rates_ni
gem nicaragua ruby
Last synced: about 1 year ago
JSON representation
The exchange rate of banks operating in Nicaragua
- Host: GitHub
- URL: https://github.com/rubyni/exchange_rates_ni
- Owner: rubyni
- License: mit
- Created: 2017-03-07T10:11:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-02T16:19:38.000Z (about 9 years ago)
- Last Synced: 2024-04-25T19:21:45.530Z (about 2 years ago)
- Topics: gem, nicaragua, ruby
- Language: Ruby
- Homepage: https://rubygems.org/gems/exchange_rates_ni
- Size: 6.84 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exchange Rates Nicaragua
The exchange rate of banks operating in Nicaragua
## Install
gem install exchange_rates_ni
## Gemfile
gem 'exchange_rates_ni'
## Example BAC
exchange_rates_ni = ExchangeRatesNi.new('USD') # or EUR
puts exchange_rates_ni.bac.sale
puts exchange_rates_ni.bac.buy
## Banks
- [x] Bac Credomatic (v0.0.1)
- [ ] Banpro Grupo Promerica
- [ ] BDF
- [ ] Ficohsa
- [ ] LAFISE Bancentro
- [ ] Procredit
## Build
$ gem build exchange_rates_ni.gemspec
## Local install
$ gem install exchange_rates_ni-x.x.x.gem
## Push to RubyGems
gem push exchange_rates_ni-x.x.x.gem
## Run test
$ rake test