Currency Exchange Rates
About This Space
This app consumes a web service and display the information in a grid
Last updated on July 3, 2019
Public Permissions: View Open/Fork Run Comment
Currency Exchange Rates
This space 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 jpark (@jpark)
Get customer info using REST web services. A demo of how to build and consume Web Services with and without parameters
15412
0
4
This interactive app prompts the user for key fields to lookup a database record and displays the results
13255
0
6
This interactive app prompts the user for key fields to lookup a database record and displays the results
9721
0
0
This workspace illustrates the basic setup of an HTML page that includes external JavaScript and CSS files
9955
0
0
This workspace illustrates the basic setup of an HTML page that includes external JavaScript and CSS files
10272
0
0
12528
0
4
9939
0
0
9622
0
0
Be the first to comment:
Comments