- HTML5, SCSS, JavaScript
- npm
- OpenWeather API
- This repo is created upon practicing Asynchrony and APIs course provided by Epicodus.
- The course involves lessons of: making API Calls, protecting API Keys, Exception Handling for API Calls
- Clone this repository to your desktop and open it with a text editor.
- Install all packages with
npm install. - Build the project using webpack with
npm run build. - Start a development server with
npm run start.
- Lint JS files in the src folder with
npm run lint. - Run tests with Jest using
npm run test.
- No known bugs as of Jan 02, 2024
MIT Copyright © 2023 Hayeong Pyeon