- This App displays the meteorological aspects of a geolocation which the user inputs
- Responsive for mobile devices
The project is Live
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
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