Skip to content

Instantly share code, notes, and snippets.

@dbabbs
Created November 28, 2017 17:27
Show Gist options
  • Save dbabbs/67b650d3f85b53a88b980eb80112a130 to your computer and use it in GitHub Desktop.
Save dbabbs/67b650d3f85b53a88b980eb80112a130 to your computer and use it in GitHub Desktop.
if (geocodeJson.Response.View[0] == null) {
//Can't find placeResults
twiml.message('No search results found for "' + searchQuery + '" in the area. Please try again.');
res.writeHead(200, {
'Content-Type': 'text/xml'
});
res.end(twiml.toString());
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment