I base this project on the practice for DOM manipulation with JavaScript, Webpack and working with APIS using OOP. This project is an app to see the climate in the city you want, you can toggle between C ° or F °. Also you can see the current temperature, the feels like, humidity and more.
- Webpack
- VS Code
- JavaScript
- SASS.
node: v12.19.0
To get a local copy up and running follow these simple example steps.
- Open a terminal or command prompt interface on your PC.
- Clone the repo with:
git clone https://github.com/kenderb/WEATHER-APP.git
- On the terminal navigate to the project directory using
cd WEATHER-APP/
- On the terminal navigate to the project directory using
cd WEATHER-APP/
. - Install dependencies using:
npm install
. - Open
http://127.0.0.1:5500/dist/index.html
in your browser or open the index.html on your browser.
👤 Kender Bolivar
- GitHub: @kenderb
- Twitter: @KBTarts
- LinkedIn: KenderBolivar
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Stack Overflow
- Odin Project.