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)
8732
0
0
8076
0
0
A Hello World app with both dynamic output and input fields. Also illustrates the basics of animation.
12968
1
7
9949
0
0
Stateless demo app, where the mobile client or the browser would control the flow of the application
14994
0
3
Be the first to comment:
Comments