- A weather app implemented using pure HTML/CSS/JS
- Can check current weather for any location using weatherapi
- Used async/await to make API calls and load data asynchronously
- Used CSS3 flex to manage layout
- Used webpack, NPM and Git to manage project and dependencies
- Use of Javascript async/await syntax to handle asynchronicity
- Use of a public API - weatherapi
This was a quick and simple project. There was plenty more data provided by the API that I could have worked with given more time, and presentation could be more exciting.
- Thanks to The Odin Project for putting together such an extensive open-source curriculum!
- Thank you weatherapi for offering a free weather API service!