The goal of the project was to make a Weather app using promises with async/await and fetch API.
- Extra goal: use typescript with webpack
- TypeScript
- HTML5
- CSS3
In order to setup and work on this project on your own, you will need to:
-
Clone this project:
git clone https://github.com/N3mEee/Weather-App.git -
Once you have cloned this project, you can install the required dependencies by using:
npm install -
A live demo of the project can be started by using:
npm start -
Distribution files can be produced using:
npm run build
On the homepage, enter a city name in the text input and press Request weather to generate a weather report for that city.
Deployed on GitHub Pages