pis #1

Closed
fred.boniface wants to merge 51 commits from pis into dev
Showing only changes of commit f4d0087040 - Show all commits

View File

@ -23,6 +23,9 @@ async function fetchOrigDest() {
} }
async function displayData(json) { async function displayData(json) {
// Receives the JSON Respose ([{},{}]) containing one or more possible
// PIS codes. Display the code and the stops with a method of scrolling between them.
// Maybe as a table or a carousel?
log(`displayData: ${JSON.stringify(json)}`) log(`displayData: ${JSON.stringify(json)}`)
} }