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)
This space creates an AWS S3 Bucket Browser using AWS SDK APIs. It allows you to create and delete buckets, list objects in a bucket, and Upload, download, preview or delete objects.
24978
1
1
A basic example of using Google Maps Address Autocomplete in a Rich Display Screen and a Google map view
22348
1
0
20482
0
3
This space demonstrates how to create a more responsive grid using a layout widget and a little bit of JavaScript.
20259
0
3
This space demonstrates how to create a more responsive grid using a layout widget and a little bit of JavaScript and a responsive edit screen. It also incorporates consuming a web service to load list data, adding image upload and display to a screen, and using gauges from Fusion Charts
19988
0
2
This space uses a web service api from Houndify which enables it to interpret common language questions and respond.
19389
0
0
18652
0
2
A multiple choice trivia game that consumes a web service from Open Trivia Database to generate questions and option choices.
18555
0
2
This space creates an AWS S3 Bucket Browser using AWS SDK APIs. It allows you to create and delete buckets, list objects in a bucket, and Upload, download, preview or delete objects. This space is protected to protect the credentials being used for the example. To see the code or create a version to browse your own S3 buckets see http://noderun.com/al3/aws-s3-bucket-browser/
17473
1
1
Be the first to comment:
Comments