Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soh335/zipcode2prefs
https://github.com/soh335/zipcode2prefs
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/soh335/zipcode2prefs
- Owner: soh335
- License: mit
- Created: 2021-01-05T09:58:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T01:18:45.000Z (12 months ago)
- Last Synced: 2024-10-11T21:11:48.854Z (about 1 month ago)
- Language: Go
- Size: 1.05 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zipcode2prefs
![test](https://github.com/soh335/zipcode2prefs/workflows/test/badge.svg)
zipcode2prefs return Japanese Prefectures from zipcode.
zipcode2prefs.gen.go is generated from ken_all.zip## HOW TO USE
```go
prefs := zipcode2prefs.Get("1500013") // []string{"東京都"}
```