Sample Flows |
Overview |
grabViewingChart
|
Demonstrates periodically retrieving an chart describing astronomical seeing conditions from a web site using HTTPService. The data is stored and served on VDAB’s integral web server. The charts are here
|
grabLocalWeather
|
Demonstrates retrieving local weather information from Open Weather Map using the HTTPService. The JSON data is converted to VDAB event data to find the local temperature, humidity and pressure. Historical data is saved and charted. |
registerUser
|
Demonstrates creating a simple flow that handles user registration. A standard HTML form is used to push the data to a HTTPSource node in the VDAB flow. After sending a confirmation email, the HTTPResponse node acknowledges the registration. |
distanceFromCleveland
|
Demonstrates creating a simple HTTPSource which receives the latitude and longitude, invokes a function set to calculate the distance from Cleveland and returns that information in a page. |