UNPKG
common-core-api
Version:
latest (0.0.97)
0.0.917
0.0.916
0.0.915
0.0.914
0.0.912
0.0.97
0.0.96
0.0.94
0.0.93
0.0.92
0.0.87
0.0.85
0.0.84
0.0.83
0.0.82
0.0.81
0.0.79
0.0.78
0.0.55
0.0.54
0.0.53
0.0.52
0.0.51
0.0.6
0.0.5
Pre-Beta. Wrapper for common-standards-project api
common-core-api
/
lib
/
url.js
3 lines
•
111 B
JavaScript
View Raw
1
2
3
'use strict'
;
const
url =
require
(
'url'
)
module
.
exports
= url.
parse
(
'http://commonstandardsproject.com/api/v1'
)