You can learn weather reports by typing the city. At the moment you finished with typing the engine takes over the job, sending a request to the Open Weather API, fetching the results, and displaying them. These are all happening in async functions that are not affecting UX sustainability.
- HTML
- CSS
- JavaScript
- Webpack
- Bootstrap
- SASS
- WeatherApp
- Click the Live Demo link and enjoy with the website.
Run the following commands on your terminal:
git clone https://github.com/kubilaycaglayan/weather-app.git
cd weather-app
- open 'dist/index.html' file
Run npm install to make local changes In the project directory run:
npm install
After this command you may make changes and after every change run:npm run build
to compile files into distribution folder.
- A modern browser, up to date.
- There is no automated tests for this project.
- Fully mobile compatible.
๐ค Kubilay Caglayan
- Website: kubilay
- Github: @kubilaycaglayan
- Twitter: @kbcaglayan
- Linkedin: linkedin
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a โญ๏ธ if you like this project!
This project is MIT licensed.