A simple weather app that fetches weather data using open weather API, according to user input, and displays it to the user. Built with Javascript.
-
Change the temperature scale between Celsius and Fahrenheit.
-
Various weather parameters such as humidity, pressure, max temp, min temp, wind speed, wind direction, cloudiness, visibility, etc. are displayed.
-
Current data and time of the queried city are also displayed.
-
The sunrise and sunset time is also generated according to the queried city's timezone.
-
The background image changes according to the weather condition.
-
Built with fully responsive design. Works on the device of your choice.
- HTML/CSS
- Javascript
- Webpack
- An internet browser
- npm
- Clone the repository to your local machine using
git clone https://github.com/ershadul1/weather-now.git
- On your local machine, navigate to the folder using
cd weather-now
in your terminal. - Run
npm install
for installing all the dependencies. - Navigate to the dist folder.
- Open the
index.html
with your preferred browser.
There are two ways of contributing to this project:
-
If you see something wrong or not working, please check the issue tracker section, if that problem you met is not in already opened issues then open the issue by clicking on the
new issue
button. -
If you have a solution to that, and you are willing to work on it, follow the below steps to contribute:
- Fork this repository
- Clone it on your local computer by running
git clone https://github.com/ershadul1/weather-now.git
Replace ershadul1 with the username you use on github - Open the cloned repository which appears as a folder on your local computer with your favorite code editor
- Create a separate branch of the master branch,
- Write your codes which fix the issue you found
- Commit and push the branch you created
- Raise a pull request, comparing your new created branch with our original master branch here
👤 Ershadul Rayhan
- Github: @ershadul1
- Twitter: @ErshadulRayhan
- Linkedin: ErshadulRayhan
- Email: [email protected]
Give a ⭐️ if you like this project!
- This project was inspired by the Microverse program
- Open Weather API