iT邦幫忙

0

18.天氣查詢(上)

  • 分享至 

  • xImage
  •  

Enter事件
->按下enter(v-on .enter)
->查詢數據(axios / v-model)
->渲染 v-for / that

  1. 在製作開始之前我們先去openWeathermap.org申請一個帳號
    https://ithelp.ithome.com.tw/upload/images/20231008/20163468QFSe0FzV7j.png
    到這裡申請帳號 https://home.openweathermap.org/users/sign_up
    https://ithelp.ithome.com.tw/upload/images/20231008/20163468o2S019In4C.png
    到信箱確認一下,就可以登入取得 api key 了,接著接換到 API Keys, 把下面的 key 複制下來。
    https://ithelp.ithome.com.tw/upload/images/20231008/20163468ncoicm7ghe.png
    接著開始製作版面
    https://ithelp.ithome.com.tw/upload/images/20231008/20163468siRk0aSSOO.png
 <div id="app">
        <h1>天氣預報</h1>
        <input type="text" >
        <button @click="">獲取</button>

        <div >
            <h2>{{ weatherData.name }}</h2>
            <p>日期: 2023/9/5</p>
            <p>天氣: cloud</p>
            <p>溫度: 27°C</p>
            <p>濕度:40%</p>
            <p>風速: 50m/s</p>
        </div>
    </div>

加入CSS
https://ithelp.ithome.com.tw/upload/images/20231008/20163468utpDdM6cIR.png

明天再加入功能就能完成。
參考資料:
1.https://ithelp.ithome.com.tw/articles/10251188
2.https://www.bilibili.com/video/BV1HE411e7vY/?p=28&share_source=copy_web&vd_source=85a8c5bb37dc77d30860d2b3537de967


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言