UNPKG
easyurban
Version:
latest (1.0.0)
1.0.0
Urban dictionary definitions. Fast and simple.
github.com/wzhouwzhou/easyurban
wzhouwzhou/easyurban
easyurban
/
src
/
deps
/
constants
/
NetConstants.js
10 lines
(8 loc)
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
exports
.
default_options
= {
hostname
:
'api.urbandictionary.com'
,
port
:
443
,
headers
: {
'Cache-Control'
:
'no-cache'
}, };
exports
.
base_path
=
'/v0/define?term='
;
exports
.
random_path
=
'/v0/random'
;
exports
.
random_symb
=
Symbol
(
'$random'
);