An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ZenginCode

[![update](https://github.com/zengin-code/zengin-js/actions/workflows/update.yml/badge.svg)](https://github.com/zengin-code/zengin-js/actions/workflows/update.yml)
[![npm version](https://badge.fury.io/js/zengin-code.svg)](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).