Skip to content

MonikaPatelIT/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Application using React

As a part of self study, I have worked on small and simple Weather cards to fetch weather by city and country using a third party API - Open Weather API

Demo

You can see the Demo here Weather App

Screenshot

image

Prerequisites

Let's the fun begin

  • Creat account on Open Weather API and ge the API to access the Json file. URL will look like this
https://api.openweathermap.org/data/2.5/weather?q=${city},${country}&appid=${API_KEY}&units=metric

Where we pass the API to access json data file with city and country to get the perticular area weather data

Two components

  • From component, to submit user event with city and contry details
  • Weather component, to display weather details requested

Bootstraped

Tried to create responsive application using Boostrap 3.3.7

For detailed tutorial, Please visit Youtube channel by Hamza Mirza

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published