- You can search by city name and will display; temperature degree, weather conditions
- Icons from weather conditions change according to user's current time (sun for day and moon for night)
- It gives the user the weather from its city
- When the user open the app it display the current city from the user
- Every search the map changes according to the search input
- HTML5 & CSS
- Vanilla JavaScript
- Webpack
- TailwindCss
To get a local copy up and running follow these simple example steps.
Clone this repository in your computer
$ git clone https://github.com/edxco/js-wheater-app.git
- Go to the main page.
- Press the "Code" button and get the repo link.
- Clone it using git command "git clone".
- Open in terminal the folder just cloned.
- You will need to create a .env file and add keys from the two API used in this project.
- Run in terminal 'npm install' to install dependecies
- To see it locally run 'npm run build'.
- You can visualize the project by opening index.html in the dist folder.
👤 Eduardo Baeza
- GitHub: @edxco
- Twitter: @lalo_nbc
- LinkedIn: eduardo-n-baeza
Contributions, issues and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.