The Weather Guru is a weather app built with Vanilla JS and Bootstrap. It is a friendly tool that will provide information not only for the searched City but also for 4 of the most important cities in the world. The other four cities are selected randomly, so every time you come back to the website or make a search, you will get information and beautiful images for other cities in the world!
- JavaScript
- Bootstrap 4
- HTML5
- SASS
To get started with the app, cd to the directory where you would like the repo to live by typing on your terminal:
$ cd <directory>
Clone the repo typing:
$ git clone git@github.com:lmaldonadoch/weather-app.git
Run Webpack:
$ npx webpack
Open the path to /dist/index.html in your browser.
Webpack Node
👤 Luis Angel Maldonado
- Github: @lmaldonadoch
- Twitter: @LuisAngelMCh
- Linkedin: lmaldonadoch
- Add a footer with my contact links.
- Add functionality to look for information by zipcode.
- Try to get users location to show by default the weather in the location.
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Project requested by Microverse Program.
- Original project from The Odin Project