This weather app is built using React and a weather API.
-
Clone the repository
-
Open the terminal in your code editor and cd into the folder's directory
-
Run the command 'npm install' in the terminal
-
Create your own API key by logging into "https://openweathermap.org/"
-
Copy the API key and paste it into the env.local file. This will connect the folder to the API which will fetch the required data
-
Finally, in the terminal, run the command "npm run dev"
-
The application will directly run on port 3000. If the application is not opened directly, go to your browser and open
http://localhost:3000
Using this application, the user can easily know the information about a particular place just by typing the city's name in the search bar.
This application uses API keys provided by the Open Weather API. The API key is the foremost important thing in the application.
Please create your own API key by logging into https://openweathermap.org/.
Any feature requests and pull requests are welcome!