Add notes

This commit is contained in:
Fred Boniface 2023-04-22 21:48:55 +01:00
parent 1c8839ca17
commit f4d0087040
1 changed files with 3 additions and 0 deletions

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)}`)
} }