채택완료

게시판안에 태풍 사이틀 등록하여 쉽게 보고 싶은데...어떻게?

2022-08-31 (수) 21:46:12 2,110

태풍사이트를 게시판에 등록하여 
태풍현황이 나오게 하려면 어떻게 해야 하나요?
https://earth.nullschool.net/#current/wind/surface/level/orthographic=-216.89,14.64,364/loc=40.146,80.864

|

답변 3개

채택된 답변
+20 포인트

<iframe src="https://earth.nullschool.net/ko/#current/wind/surface/level/orthographic=-228.40,33.90,481/loc=101.847,-8.23700" ></iframe>

css 

iframe {
 width: 100vw;
    height: 100vh;
}

그냥  사이드에 링크 거시면 될 듯....

https://codepen.io/sinbi/pen/WNJejrE

2022-08-31 (수) 22:56:01

api 를 제공할경우

= 해당 가이드대로 처리.

api 미제공일경우

= 해당 URL 을 iframe 으로 가져와서 처리.

답변을 작성하려면 로그인이 필요합니다.