Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 921 Bytes

README.md

File metadata and controls

50 lines (29 loc) · 921 Bytes

Meteorology App

  • This App displays the meteorological aspects of a geolocation which the user inputs
  • Responsive for mobile devices

Demo

The project is Live

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_API_KEY

Get your API_KEY from here https://opencagedata.com/api

Screenshots

Desktop View

Screenshot 2023-05-27 015039

Run Locally

Clone the project

  git clone https://github.com/Mohith234/meteorology-app.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start