Skip to content

me-foogy/awecode-weatherNow

Repository files navigation

WEATHER APP PROJECT


A simple vue project that uses vue concepts and fetches the weather data from a third party api.


Tech STACK

  • Vue
  • API (Weather Api)

Data Flow

  • Calls the api to fetch the lat and lon data from the name of place
  • Sends the lat and lon data to child component (RightContainer)
  • Child component calls the api to get the weather details right now at the specified location and displays it
  • Child component again calls the api to get the forecast deatils and sends then to the DailyForecast Component
  • DailyForecast Component displays it

Live Link

https://awecode-weather-now.vercel.app/

About

A simple app that uses the concepts of vue to fetch weather data from a third party api.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors