View the app HERE!
User can search current and forecast weather by a city name using openweathermap's API. Users also has an option to convert °F to °C and vice versa.
- React
- Html
- CSS
- JavaScript
- OpenWeatherMap's API
- Clone this repository.
cd
into the repository in your terminal- Then
npm i
to install required dependencies - Then
npm start
in your terminal to view it on your browser atlocalhost:3000
If you'd like to contribute, please fork this repository and clone it down to your local machine. Create a new branch. Once you've successfully implemented the changes in code for your intended contribution without changing any of the current functionality of main, contact the authors to review the changes.