Skip to content
/ jazip Public

郵便番号から住所を検索するCLIツール。

Notifications You must be signed in to change notification settings

kra8/jazip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JaZip

郵便番号から住所を検索するCLIツール。

$ jazip 2790031
千葉県,浦安市,舞浜

Manual install

🚨macOS only

$ curl -OL https://github.com/kra8/jazip/releases/download/v0.1.0/jazip-0.1.0.tar.gz
$ tar -xzvf jazip-0.1.0.tar.gz
$ sudo mv jazip-0.1.0/jazip /usr/local/bin/jazip
$ jazip <postcode>

Created by stagehand

Created from templates made available by Stagehand under a BSD-style license.