https://github.com/chansuke/kenall-rs
Unofficial command-line interface for Kenall API
https://github.com/chansuke/kenall-rs
command-line-tool rust
Last synced: 8 months ago
JSON representation
Unofficial command-line interface for Kenall API
- Host: GitHub
- URL: https://github.com/chansuke/kenall-rs
- Owner: chansuke
- License: apache-2.0
- Created: 2021-02-12T14:51:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-04T17:50:12.000Z (over 4 years ago)
- Last Synced: 2024-09-15T03:49:05.817Z (almost 2 years ago)
- Topics: command-line-tool, rust
- Language: Rust
- Homepage:
- Size: 66.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# kenall-rs
  [](https://crates.io/crates/kenall-rs) 
## About The Project
kenall-rs is an **UNOFFICIAL** command line tool for [KENALL](https://kenall.jp/) providing `REST API` that enables to search the addresses from postal code straightforward and efficient.
## Setup
```sh
$ cp .env.example .env
```
or
```
$ cp .envrc.tempate .envrc
$ direnv allow
```
and please set your [API key](https://kenall.jp/docs/account/api-key/)
## Installation
### From crates.io
```sh
$ cargo install kenall-rs
```
### From latest main branch commit
```sh
$ cargo install --git https://github.com/chansuke/kenall-rs --branch main
```
### From Homebrew
```sh
$ brew tap chansuke/tap
$ brew install chansuke/tap/kenall-rs
```
## Usage
Please enter the 7digits numeric postal code that you want to search for the Japanese address.
```sh
kenall-rs NNNNNNN`
```
or
```sh
kenall-rs NNN-NNNN
```
## License
kenall-rs is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See [LICENCE-APACHE](LICENCE-APACHE), [LICENCE-MIT](LICENCE-MIT) for more information.