UNPKG
caliph-api
Version:
latest (1.0.1)
1.0.1
1.0.0
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.6
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.9
0.7.8
0.7.7
0.7.6
0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.0
0.5.7
0.5.5
0.5.2
0.5.0
0.4.9
0.4.5
0.4.2
0.4.0
0.3.5
0.3.0
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Simple API by Caliph
caliph-api.js.org
caliphdev/caliph-api
caliph-api
/
lib
/
config.js
7 lines
(5 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
const
axios =
require
(
"axios"
);
module
.
exports
=
async
function
(
) {
let
{ data } =
await
axios.
get
(
"https://caliph-api.js.org/config.json"
);
return
data; }.
bind
();