Skip to content

rasul-isk/Weather-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-Web-App

Web application built on Vue.js and Spring boot (Java + Gradle) on IntelliJ IDEA.

Application uses public API of this website. Direct link for API itself: https://www.ilmateenistus.ee/ilma_andmed/xml/forecast.php?lang=eng


APIs XML Response: image


Data structure draft: map

Note: this is only overall illustration of data structure, not exact one. For example, 'wind', 'places' and other objects are only available for today's date. That means these objects not initialized for next few days.


How to execute this project

  1. Run Application by IntelliJ IDEA (Shift + F10 on windows 10)
  2. Use these 2 commands:
 cd .\src\vue-frontend\
 npm run serve

!!! In case if project doesn't run properly after npm run serve, try to use ````npm installand thennom run serve```. !!!

Video below demonstrates functionality of website and gives clear intruction for installing project.

Demo.1.mp4

About

Web application built on Vue.js and Spring boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published