Initial commit: Excel Address to Postal Code Converter

This commit is contained in:
2026-05-26 22:38:52 +09:00
commit b91d8b8fac
8 changed files with 542 additions and 0 deletions

4
.env.example Normal file
View File

@@ -0,0 +1,4 @@
# 네이버 API 인증 정보
# https://console.ncloud.com/ 에서 발급받을 수 있습니다
NAVER_CLIENT_ID=your_client_id
NAVER_CLIENT_SECRET=your_client_secret