A weather app.
The main objectives of this project are to practice on working with APIs and the use of async/await functions.
This website was created as part of The Odin Project, an online course on web development.
- MET Weather API The MET Weather API is an interface to a selection of data produced by MET Norway. The data are freely available for use under a Creative Commons license, including commercial use. See also separate conditions for use of the service.
HTMLCSSJavaScript
VITE: Project's files bundlerPostCSS: A tool for transforming CSS with JavaScriptPostCSS Preset Env: Enables the use of the latest CSS features by modifying the end CSS code to ensure browser compatibilityAutoprefixer: Automatically add vendor prefixes in CSS to ensure browser compatibility
ESLint: Linter that statically analyzes the JavaScript code to quickly find problemsPrettier: Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary