❄️눈이 오는 날만 알림 문구 생성❄️ ☃️ OpenWeatherMap Key 발급받는 법 1. https://home.openweathermap.org/ 홈페이지 접속 2. 로그인 후 My API keys 찾기 3. Create Key 로 새로운 키 생성하기 (API key name 작성 후 → Generate) ☃️ 프로젝트에 발급받은 Key 등록하기 · application.properties # openweathermap api api.key=[발급받은 api 키] ☃️ JSON 파싱을 위한 dependencies 등록하기 · build.gradle ... dependencies { ... // json parsing implementation group: 'com.googlecode.json-s..