Consuming a Web Service
About This Space
This app consumes a web service and display the information in a grid
Last updated on October 24, 2019
Public Permissions: View Open/Fork Run Comment
Consuming a Web Service Template
This template is a simple demonstration of how to consume a Web Service using Node.js. It retrieves currency exchange data and presents it in a sortable grid.
Async with No Callbacks
To simplify development, NodeRun provides pjs API to make asynchronous requests without having to code callbacks. These API reduce complexity allowing you to code business application logic in a straightforward top-down manner.
pjs API
- pjs.sendRequest() - Send a Web Services request from Node.js server-side code
- display.grid.replaceRecords() - Clear and add records to a Rich Display Grid
- pjs.defineDisplay() - Create a Rich Display object from json definition
- display.screen.execute() - Display a screen and wait for user to respond
More Spaces By Al3 (@al3)
11977
0
0
A basic example of using Google Maps Address Autocomplete in a Rich Display Screen and a Google map view
21599
1
0
A basic example of using Google Maps Address Autocomplete in a Rich Display Screen and a Google map view
11585
0
0
This space uses a web service api from Houndify which enables it to interpret common language questions and respond.
18497
0
0
This workspace implements Amazon Web Services Rekognition. The application uses your device camera to take a photo, analyze objects in the picture, and tell you all about it using human speech though the speakers on your device.
11923
1
0
This workspace implements Amazon Web Services Rekognition. The application uses your device camera to take a photo, analyze objects in the picture, and tell you all about it using human speech though the speakers on your device.
11483
0
0
17660
0
2
Be the first to comment:
Comments