/weather-app

Primary LanguageTypeScript

Weather app

Technology Used:

  • React.js
  • Material UI
  • Typescript

API

  • Country Name API: https://restcountries.com/v3.1/name/${country}
  • Weather API: http://api.weatherstack.com/current?access_key=env.access_Key&query=${country}

Please Create your account in this https://weatherstack.com/ to get your access key

About Project

This project provides country and weather information of that capital.

How to run

  • Download or Clone this repo
  • Run this commad
npm install

npm start

Screen Shot 2022-03-22 at 2 52 32 PM

Screen Shot 2022-03-22 at 2 52 58 PM