project/mini

openweather API를 활용한 일기예보 사이트

Hoon0211 2024. 3. 6. 14:23
728x90

1.날씨 정보

  • 서울 외 3곳의 날씨 정보를 알 수 있습니다.
  • 현재 기온, 습도, 기압, 풍속을 표시합니다.
  • 다른 날짜의 날씨를 표시를 합니다.

 

2. openweather API

  • openweather 사이트에서 API 발급
  • 구독한 플랜에 따라 사용가능한 기능이 다르므로, 기능이 작동하지 않을수있습니다.
  • \utils\openWeather.ts API 직접 입력 및 .env에 입력

 

4. 깃주소

https://github.com/SIM-TOO/react-weather

 

GitHub - SIM-TOO/react-weather: react, typescript 사용한 날씨 웹

react, typescript 사용한 날씨 웹. Contribute to SIM-TOO/react-weather development by creating an account on GitHub.

github.com

 

728x90