시작하는 중

[자바스크립트] momentum 기초 완성 본문

자바스크립트/momentum

[자바스크립트] momentum 기초 완성

싱욱 2022. 6. 8. 12:25

진행한 것

1. 우측 상단 chungju-si를 청주시로 번역

이걸 구글 번역 api로 할랬는데 유료화해서 못하고

직접 하나하나 모든 한국 지명 영어 표기법을 가져와서 배열+object형식으로

[{enCity : "chungju-si", krCity : "청주시"}]

이렇게 하려고 했는데 영문 표기를 가져오는게 귀찮아서 일단 청주만 번역하고 나중에 하기로 햇어요.

 

2. 날씨를 Clouds 이런식으로 가져오길래 무료 날씨 아이콘가져와서 적용햇음

날씨 종류는 여기 참고했습니다.

https://openweathermap.org/weather-conditions

 

Weather Conditions - OpenWeatherMap

Weather Conditions Home Weather Conditions

openweathermap.org

3. 간단하게 온도 반올림하고 ° 기호붙엿어요

 

4. 메인부분 세세한 디테일 조정

div id="main"으로 묶고

이렇게 묶엇어요

 

완성본이에요

https://github.com/vinitus/MyWeb

 

GitHub - vinitus/MyWeb

Contribute to vinitus/MyWeb development by creating an account on GitHub.

github.com