Hi,
request Weather Information from Weather Underground and display selective weather information in Gauges.
To be able to place requests, a Weather Underground API Key is required (free for Plan Stratus Developer).
B4J Desktop Version
The weather information is displayed in Gauges with the jGauges library.
The standard gauges are used - leaves room to explore other skin types.
The additional Libraries: cssutils, jgauges, json, jhttputils2, javaobject, jrldialogs8
The documented source code is attached.
B4J Server Version (WebApp)
The weather information is displayed in a Browser Window with Google Chart Gauges. This non-ui application places requests to Weather Underground via the non-ui classes HTTPJob & HTTPUtils2Services.
The html index file uses w3.css responsive design.
The additional libraries: jserver,json,jnetwork,jhttp,jstringutils
The documented source code is attached.
Notes
The basic versions leave room open to included additional functionality, like a timer to request in interval weather information, additional gauges, thresholds to notify via email.
Change Log
20161007: B4J Server Version (see post #2)
request Weather Information from Weather Underground and display selective weather information in Gauges.
To be able to place requests, a Weather Underground API Key is required (free for Plan Stratus Developer).
B4J Desktop Version
The weather information is displayed in Gauges with the jGauges library.
The standard gauges are used - leaves room to explore other skin types.
The additional Libraries: cssutils, jgauges, json, jhttputils2, javaobject, jrldialogs8
The documented source code is attached.
B4J Server Version (WebApp)
The weather information is displayed in a Browser Window with Google Chart Gauges. This non-ui application places requests to Weather Underground via the non-ui classes HTTPJob & HTTPUtils2Services.
The html index file uses w3.css responsive design.
The additional libraries: jserver,json,jnetwork,jhttp,jstringutils
The documented source code is attached.
Notes
The basic versions leave room open to included additional functionality, like a timer to request in interval weather information, additional gauges, thresholds to notify via email.
Change Log
20161007: B4J Server Version (see post #2)
Attachments
Last edited: