In this application, we created a weather application that let the user know the weather in any town in the world.
To build this application we used:
- Javascript ES6
- Webpack
- DOM
- Html/css
- OpenWeatherMap API
- Giphy API
- Linters ( eslint and stylelint)
The information the can be shown to the user about the city are:
- the general situaton of the weather;
- the temperature;
- the humidity;
- the speed of the wind;
- the direction of the wind;
- a GIF picture about the weather.
To get a local copy of the repository please run the following commands on your terminal:
$ git clone git@github.com:ABDELLANI-Youcef/Weather_App_js.git
$ cd Weather_App_js
$ git checkout development
$ git branch feature
$ git checkout feature
After making the local copy of the repository:
- get inside the repository folder;
- get inside the the folder (dist);
- open the "index.html" file in the web browser.
Youcef Abdellani
- Github: @ABDELLANI-Youcef
- LinkedIn:LinkedIn
- Twitter:@YoucefAbdellani
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
- Odin Project
- Hat tip to stackoverflow community.
- Hat tip to Microverse TSE for Code Review
- Hat tip to anyone whose code was used
All source codeis available jointly under the MIT License. See MIT licence for details.