/weather-app

The main goal for this project is to work with promises or with async and await. The users can search for the current weather of a city worldwide.

Primary LanguageJavaScriptMIT LicenseMIT

weather-app

The weather app project was built as the fourth project of the JavaScript module from Microvers. Here you can look for the current weather of a city arround the world. For this I use the Openweathermap API.

website screenshots

🔨 Built with:

  • Html
  • Scss
  • JavaScript
  • Webpack

🔴 Live Demo:

Live demo

👷 Getting Started

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

  • 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.
  • run in terminal 'npm install'.
  • Create a .env file in the root folder.
  • Add in the .env file your key from openweathermap. Like this: WEATHER_KEY=your-key-goes-here
  • To see locally run 'npm run build'.

👤 Author

✋ ✋ Contributions

Contributions, issues and feature requests are welcome!

Feel free to check the issues here.

Show your support

Give a ⭐ if you like this project!.

❕ Acknowlegment

📝 License

This project is MIT licensed.