UNPKG
slack
Version:
latest (11.0.2)
11.0.2
11.0.1
11.0.0
10.1.1
10.1.0
10.0.0
9.1.5
9.1.3
9.1.2
9.1.1
9.1.0
9.0.9
9.0.8
9.0.7
9.0.6
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.4.2
8.4.1
8.3.1
8.3.0
8.2.7
8.2.6
8.2.5
8.2.4
8.2.2
8.2.1
8.2.0
8.1.2
8.1.1
8.1.0
8.0.0
7.7.3
7.7.2
7.7.1
7.7.0
7.5.7
7.5.6
7.5.5
7.5.4
7.5.3
7.5.2
7.5.1
7.5.0
7.4.3
7.4.1
7.3.0
7.2.0
7.1.0
7.0.1
7.0.0
6.2.0
6.1.0
6.0.0
5.3.0
5.2.2
5.2.1
5.2.0
5.1.0
4.2.2
4.1.2
4.1.1
4.1.0
3.15.0
3.14.0
3.13.0
3.12.0
3.11.0
3.10.3
3.10.1
3.10.0
3.9.0
3.8.0
3.7.0
3.6.0
3.5.0
3.4.1
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
2.0.0
1.0.1
1.0.0
0.0.2
0.0.1
Slack API client written in JS
github.com/smallwins/slack
smallwins/slack
slack
/
src
/
_origin.js
9 lines
(6 loc)
•
200 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
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