/weather-earth

Weather Earth is a weather application written in React, Redux Toolkit, Redux Saga along with Typescript and is responsible for showing climatic data (current temperature, humidity, wind speed, etc.) for a given city in real-time. These data were obtained through open-weather API.

Primary LanguageTypeScript

Weather Earth

Weather Earth is a weather application responsible for showing climatic data (current temperature, humidity, wind speed, etc.) for a given city in real time. These data were obtained through open-weather api. This app uses react-boilerplate-cra-template template.


🔭 Technologies


ℹ️: How To Use

To clone and run this application, you'll need Git, [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Srivastava295/weather-earth.git

# Go into the repository
$ cd weather-earth

# Install dependencies for the frontend and run the server
$ yarn install

In <app-dir>/src/constants/app-constants.ts give your open weather api key as app-id

$ yarn start

✏️: Author

Profile
Srivastava Bodakunti

💻