UNPKG
stremio-addons
Version:
latest (2.8.14)
2.8.14
2.8.13
2.8.12
2.8.11
2.8.10
2.8.7
2.8.5
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.1
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.31.0
1.30.6
1.30.5
1.30.4
1.30.3
1.30.2
1.30.1
1.30.0
1.29.2
1.29.1
1.29.0
1.28.1
1.28.0
1.27.1
1.27.0
1.26.2
1.26.1
1.26.0
1.25.3
1.25.2
1.25.1
1.25.0
1.24.0
1.23.3
1.23.2
1.23.1
1.23.0
1.22.3
1.22.2
1.22.1
1.22.0
1.21.0
1.20.8
1.20.7
1.20.6
1.20.5
1.20.4
1.20.3
1.20.2
1.20.1
1.20.0
1.19.8
1.19.7
1.19.6
1.19.5
1.19.4
1.19.3
1.19.2
1.19.1
1.19.0
1.18.6
1.18.5
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.11
1.17.10
1.17.9
1.17.8
1.17.7
1.17.6
1.17.5
1.17.4
1.17.3
1.17.2
1.17.1
1.17.0
1.16.12
1.16.11
1.16.10
1.16.9
1.16.8
1.16.7
1.16.6
1.16.5
1.16.4
1.16.3
1.16.2
1.16.1
1.16.0
1.15.7
1.15.6
1.15.5
1.15.4
1.15.2
1.15.1
1.15.0
1.14.9
1.14.8
1.14.7
1.14.5
1.14.4
1.14.3
1.14.2
1.14.1
1.14.0
1.13.12
1.13.11
1.13.10
1.13.9
1.13.8
1.13.7
1.13.6
1.13.5
1.13.4
1.13.3
1.13.2
1.13.1
1.13.0
1.12.8
1.12.7
1.12.6
1.12.5
1.12.3
1.12.2
1.11.0
1.9.2
1.9.1
1.8.3
1.8.2
Stremio Add-on Server / Client
github.com/Stremio/stremio-addons
Stremio/stremio-addons
stremio-addons
/
index.js
6 lines
(4 loc)
•
169 B
JavaScript
View Raw
1
2
3
4
5
6
module.STREMIO_PATH
=
"/stremio/v1"
;
module.CENTRAL
=
"http://api9.strem.io"
;
module.exports.Client
= require(
"./client"
)
;
module.exports.Server
= require(
"./server"
)
;