mirror of
https://codeberg.org/ashley/poke
synced 2025-04-05 17:17:59 +00:00
new init system lol
This commit is contained in:
parent
6b701a09da
commit
eacd4cf809
@ -18,11 +18,14 @@ function initlog(args){
|
||||
|
||||
function init (app, port){
|
||||
if(!port) port = "3000"
|
||||
|
||||
try {
|
||||
app.listen(port, () => {
|
||||
initlog("Loading Poketube: success!" + " on port " + port);
|
||||
});
|
||||
|
||||
} catch (err) {
|
||||
|
||||
initlog("Loading Poketube: error", err);
|
||||
}
|
||||
|
||||
@ -35,7 +38,7 @@ module.exports =
|
||||
wiki:require("wikipedia"),
|
||||
initlog,
|
||||
init,
|
||||
version:"libpoketube-3.0-git-IcHi",
|
||||
version:"libpoketube-3.1.1-git-aStfl",
|
||||
modules:{
|
||||
fetch:require("node-fetch"),
|
||||
toJson:require("xml2json").toJson,
|
||||
@ -46,4 +49,4 @@ module.exports =
|
||||
moment:require("moment"),
|
||||
getColors:require("get-image-colors"),
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user