Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.

Val Express URL

Returns the Express URL of the val it's called in

Example usage

function testThisExpressUrl(req, res) { let url = @stevekrouse.thisExpressURL(); res.send(`<a href="${url}">${url}</a>`); }

Source: https://www.val.town/v/stevekrouse.testThisExpressUrl

Output: https://stevekrouse-testThisExpressUrl.express.val.run

Migrated from folder: Archive/thisExpressURL