태풍사이트를 게시판에 등록하여
태풍현황이 나오게 하려면 어떻게 해야 하나요?
https://earth.nullschool.net/#current/wind/surface/level/orthographic=-216.89,14.64,364/loc=40.146,80.864
|
답변 3개
채택된 답변
+20 포인트
이슈DEV
3년 전
<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;
}
그냥 사이드에 링크 거시면 될 듯....
3년 전
api 를 제공할경우
= 해당 가이드대로 처리.
api 미제공일경우
= 해당 URL 을 iframe 으로 가져와서 처리.
답변을 작성하려면 로그인이 필요합니다.