This is a simple app for getting weather information from a server in a JSON format and parse it as a usable object to show in a JavaFX enviroment. For visual purpouses a maps is generated and shown along with weather information, it is generated by the MapBox.com service which is a super simple, free and easy to use Java API for doing map search related projects.
Used technologies: FasterXML/jackson, JavaFX, MapBoxSDK, CSSParser