A simple weather app using data from OpenWeatherMap API.
Users should be able to:
- Search the weather by entering a city name in search field.
- If city name exists, the app will show city's current temperature, humidity and wind speed.
- Project result - Find your place's weather
- Environment variable: How to pass .env file variables to webpack configuration. ( Link 1, Link 2 )
- Webpack MiniCssExtractPlugin: How to covert .scss to .css in webpack setup. ( Link 1, Link 2 )
- JavaScript and Markup from tutorial Make Weather App Using JavaScript
- Environment variable and Sass folder setup by myself.