source-data
source-data copied to clipboard
:moneybag: Source data of the zengin-code for JSON & YAML
名称が正しくない
「信用組合」が「信組」となっていて正しい名称ではないです
I want to use the zengin-code in PHP. I hope you can help with that. Thank you.
[composer](https://getcomposer.org/) を使用し、 `zengin-code/source-data` を取得できるように対応する。 以下のイメージで、 `zengin-php` をインストールする際に `composer.json` に一緒に追記し、 composer install / update で引き込めるようにする。 ``` { ... "require": { ... + "zengin-code/source-data": "*", + "zengin-code/zengin-php": "*" } } ``` git...
Hello, First of all, thank you for creating this gem. It is really helpful. I would like to ask if you have plans to also include each bank's SWIFT code?...
Bank Code - 0182 Branch Code - 254 According to this https://zengin.ajtw.net/search.php, the branch name for the branch code 254 is `ヤツシロシヤクシヨ`. However, it seems in http://ykaku.com/ginkokensaku/index.php, the branch name...
中央銀行の1/16の変更が未反映のようです。 https://www.chukyo-bank.co.jp/showimage/pdf?fileNo=1272 131 大曽根支店 => 大曽根中央支店 https://github.com/zengin-code/source-data/blob/80ca3fa0f472541ce218df4f41d04518f5613922/data/branches/0544.json#L65-L71 134 楠町支店 => 楠町中央支店 https://github.com/zengin-code/source-data/blob/80ca3fa0f472541ce218df4f41d04518f5613922/data/branches/0544.json#L86-L92 142 浄心支店 => 浄心中央支店 https://github.com/zengin-code/source-data/blob/80ca3fa0f472541ce218df4f41d04518f5613922/data/branches/0544.json#L93-L99
To developers, Thank you for your daily maintenance efforts. Currently, we are considering using `zengin-rb` that you are developing. Therefore we would like to inquire about its data source. In...
I would like to see an additional SMBC branch added. Please add the following three オリーブDILL オリーブECRU オリーブFAWN 三井住友銀行の支店に以下の3つの支店を追加してください。 オリーブDILL オリーブECRU オリーブFAWN
Bumps [thor](https://github.com/rails/thor) from 1.3.2 to 1.4.0. Release notes Sourced from thor's releases. 1.4.0 What's Changed Lazily load YAML by @deivid-rodriguez in rails/thor#892 Fix encoding error when trying to show a...
みずほ銀行の支店一覧において、支店コード `649` と `692` の名称が、公式サイトに掲載されている支店名と異なっています。 みずほ銀行公式サイト https://www.mizuhobank.co.jp/tenpoinfo/senyou.html * 649 ... ナンテン支店 * 692 ... アケビ支店 現時点での0001.jsonの内容 * [649 ... PayPayカード ](https://github.com/zengin-code/source-data/blob/master/data/branches/0001.json#L2725-L2731) * [692 ... PayPayカード第二](https://github.com/zengin-code/source-data/blob/master/data/branches/0001.json#L2900-L2906) いつの時点からかわからないですが、どうやら元サイトの時点で異なる支店名になっているようです。 http://www.ykaku.com/ginkokensaku/htmlfile/0001/he.html みずほ銀行ユーザーではないのでどちらが正しいのかわかりませんが、一般的に公式のWebサイトの内容の方が正しいかと思います。 ここだけ修正するということは可能でしょうか?