chansuke / kenall-rs

Unofficial command-line interface for Kenall API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kenall-rs

Cargo Test License kenall-rs at crates.io kenall-rs at doc.rs

About The Project

kenall-rs is an UNOFFICIAL command line tool for KENALL providing REST API that enables to search the addresses from postal code straightforward and efficient.

Setup

$ cp .env.example .env

or

$ cp .envrc.tempate .envrc
$ direnv allow

and please set your API key

Installation

From crates.io

$ cargo install kenall-rs

From latest main branch commit

$ cargo install --git https://github.com/chansuke/kenall-rs --branch main

From Homebrew

$ 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.

kenall-rs NNNNNNN`

or

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-MIT for more information.

About

Unofficial command-line interface for Kenall API

License:Apache License 2.0


Languages

Language:Rust 95.2%Language:JavaScript 4.7%Language:Shell 0.1%