Skip to content

Latest commit

 

History

History
44 lines (22 loc) · 1.52 KB

README.md

File metadata and controls

44 lines (22 loc) · 1.52 KB

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