UNPKG
node-openload
Version:
latest (2.2.0)
2.2.0
2.1.1
2.1.0
2.0.1
1.0.0
An openload.co API handler
github.com/saschazar21/node-openload
saschazar21/node-openload
node-openload
/
index.js
7 lines
(5 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
/** * Just a simple application entry point. */
const
openload =
require
(
'./lib/api'
);
module
.
exports
=
config
=>
openload
(config);