/js_weather_app

This is a weather app that allows the user to get the weather from anywhere they want. Open the link, input your country and city's ZIP code, and click Submit.

Primary LanguageJavaScriptMIT LicenseMIT

hire-badge Twitter Follow

Weather App

screenshot

In this project I:

  • Used Javascript to build a webpage using webpack and a weather API.

What it does

  • When the page loads, you can search for your city's ZIP code and it will show you the current weather.

Built with

  • Javascript
  • HTML
  • SCSS
  • Webpack

Live Demo

Click here

Getting Started

  • Clone the project to your local machine;
  • cd into the project directory;
  • Run npm install to install the necessary modules;
  • Run npm start, the page will automatically load on localhost:8080.

Author

Murilo Roque Paiva da Silva

Github: @MuriloRoque

Twitter: @MuriloRoquePai1

Linkedin: MuriloRoque

🤝 Contributing

Contributions, issues and feature requests are welcome! Start by:

  • Forking the project
  • Cloning the project to your local machine
  • cd into the project directory
  • Run git checkout -b your-branch-name
  • Make your contributions
  • Push your branch up to your forked repository
  • Open a Pull Request with a detailed description to the development branch of the original project for a review

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

In this project, I used OpenWeatherMap's API.