https://github.com/zengin-code/zengin-js
:package: The javascript implementation of ZenginCode.
https://github.com/zengin-code/zengin-js
dataset javascript npm-package zengin
Last synced: about 1 year ago
JSON representation
:package: The javascript implementation of ZenginCode.
- Host: GitHub
- URL: https://github.com/zengin-code/zengin-js
- Owner: zengin-code
- License: mit
- Created: 2015-12-19T10:08:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T03:30:25.000Z (over 1 year ago)
- Last Synced: 2025-03-28T23:02:39.567Z (about 1 year ago)
- Topics: dataset, javascript, npm-package, zengin
- Language: JavaScript
- Homepage:
- Size: 5.01 MB
- Stars: 77
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ZenginCode
[](https://github.com/zengin-code/zengin-js/actions/workflows/update.yml)
[](http://badge.fury.io/js/zengin-code)
The javascript implementation of ZenginCode.
ZenginCode is datasets of bank codes and branch codes for japanese.
## Installation
Install via [npm](https://www.npmjs.com/).
```shell
npm install --save zengin-code
```
## Usage
```js
var zenginCode = require('zengin-code');
zenginCode; // => { '0001': { 'name': ..., 'kana': ..., 'branches': [ ... ] } }
```
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/zengin-code/zengin-js
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).