Skip to content

This is a web app made to show the temperature in the city you enter through the input. This app uses opweather API in order to get the information.

Notifications You must be signed in to change notification settings

janis-jenny/Weather-App

Repository files navigation

Logo

WEATHER APP

Made by Jenny Cárdenas
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, humidity and more.

‎ ‎ ‎ ‎

👩🏼‍💻 About Weather App

screenshot

screenshot


🔴 Live Demo:

Weather App

🔧 Built With

  • HTML5
  • CSS3
  • JavaScript ES6
  • Webpack
  • Linters
  • VS Code

🤖 How it works

To get a local copy up and running follow these simple steps:

  1. Go to the repository page.
  2. Press the "Code" button and copy the link.
  3. Clone it using git command git clone <you_repository_link>.
  4. Move to the local project: cd <Your_repository_name>.
  5. Install webpack locally, go to the repo's root an run npm install --save-dev webpack
  6. Run npm install to get all the dependencies.
  7. If you want to run the development mode run: npm run dev. This will build the project using webpack and bundle everything into the /dist folder.
  8. Run npm run watch to run webpack build in watch mode. This will build and update the project in the /dist folder actively, meaning changes will update /dist. You will, however, have to refresh the browser to see changes.

👥 Author

👤 Jenny Cárdenas

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐ Show your support

Give a ⭐️ if you like this project!

📌 Acknowledgments

📝 License

This project is MIT licensed.

About

This is a web app made to show the temperature in the city you enter through the input. This app uses opweather API in order to get the information.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages