{"id":15403955,"url":"https://github.com/pluff/nbrb-api","last_synced_at":"2026-01-30T05:40:25.692Z","repository":{"id":10582365,"uuid":"12791756","full_name":"pluff/nbrb-api","owner":"pluff","description":"Ruby API for National Bank of Republic Belarus webservice","archived":false,"fork":false,"pushed_at":"2023-08-01T07:51:08.000Z","size":12,"stargazers_count":1,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T04:25:13.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pluff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-09-12T18:44:08.000Z","updated_at":"2021-04-05T09:34:14.000Z","dependencies_parsed_at":"2024-10-21T12:32:59.557Z","dependency_job_id":null,"html_url":"https://github.com/pluff/nbrb-api","commit_stats":{"total_commits":7,"total_committers":4,"mean_commits":1.75,"dds":0.4285714285714286,"last_synced_commit":"2e993e4723e327952fc5972076e52b3ddc6468d8"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pluff/nbrb-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluff%2Fnbrb-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluff%2Fnbrb-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluff%2Fnbrb-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluff%2Fnbrb-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pluff","download_url":"https://codeload.github.com/pluff/nbrb-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pluff%2Fnbrb-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28906205,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T04:02:34.702Z","status":"ssl_error","status_checked_at":"2026-01-30T04:02:33.562Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T16:10:47.813Z","updated_at":"2026-01-30T05:40:25.669Z","avatar_url":"https://github.com/pluff.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nbrb::Api\n\nThe gem is not complete! Only daily exchange rates methods are available\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'nbrb-api'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install nbrb-api\n\n## Usage\n\n```ruby\nNbrb::Api.daily_rates\n# =\u003e\n{\n  \"USD\"=\u003e {\n    :cur_quot_name=\u003e\"1 доллар США\",\n    :cur_scale=\u003e\"1\",\n    :cur_official_rate=\u003e\"17683.00\",\n    :cur_code=\u003e\"840\",\n    :cur_abbreviation=\u003e\"USD\"\n  },\n  \"DKK\"=\u003e {\n    :cur_quot_name=\u003e\"1 датская крона\",\n    :cur_scale=\u003e\"1\",\n    :cur_official_rate=\u003e\"2641.72\",\n    :cur_code=\u003e\"208\",\n    :cur_abbreviation=\u003e\"DKK\"\n  },\n  ...\n}\n# It is also possible to specify date to get rates:\nNbrb::Api.daily_rates(Date.yesterday)\nNbrb::Api.daily_rates('2015.08.05')\nNbrb::Api.daily_rates(1.year.ago)\n```\n\n### With proxy\n```ruby\nNbrb::Api.proxy = 'http://proxy.local:1234'\n```\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluff%2Fnbrb-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpluff%2Fnbrb-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluff%2Fnbrb-api/lists"}