UNPKG

slack

Version:

Slack API client written in JS

9 lines (6 loc) 200 B
var origin = 'https://slack.com' // allow configuring the url if steno is running on a non-standard port/host if (process.env.STENO_URL) { origin = process.env.STENO_URL } module.exports = origin