Build a Basic Weather App w/ Vue [Learn how to use API's in your project!]

Поделиться
HTML-код
  • Опубликовано: 17 июл 2022
  • In this project we go over the basics of using API's in your Vue project. Using Axios, Vue, and the OpenWeather API you will create a very basic weather app. Thanks for checking it out!
    Links:
    Website: devspot.netlify.app/
    TikTok: / dev.spot
    Instagram: / devspot.blog
  • НаукаНаука

Комментарии • 7

  • @Pss19940909
    @Pss19940909 Год назад

    Thanks a lot for this video!!! It's really clear and helpful for beginner :)))

  • @FaBInh045
    @FaBInh045 2 года назад

    Thanks for that video, very helpful!
    I would like to know, is that possible to create an input text to change the city? Maybe I have to convert the city to latitude and longitude with an API and then change the data in the code you provided.

    • @devspot3864
      @devspot3864  2 года назад

      I'm glad you found it helpful!! I believe OpenWeather API (the api in the video) only gets data based on lat and long. So yes you would need to use another API to get the lat and long based on the city. I know AWS Location has a feature that could do this for you. I recommend checking that out. I might put together a video on how to set that up 👌👌

  • @tereziabodova13
    @tereziabodova13 Год назад

    Hello, can i ask u please, which extensions exactly are u using? i did everything according this tutorial, but this code is all red underlined in my VScode.... and i have almost every vue extension downloaded :D

    • @devspot3864
      @devspot3864  Год назад

      Hmm that's interesting. Did you properly install all the correct dependencies? If the code is all underlined I am wondering if you have vue installed properly.

    • @devspot3864
      @devspot3864  Год назад

      Can you paste the dependencies that are in your package.json?