add xlsx support

by factoring out a Fetcher class
This commit is contained in:
Lachlan Kermode
2020-03-27 12:30:21 +01:00
parent 2e343a17dd
commit 5d7eb0af05
7 changed files with 226 additions and 89 deletions

View File

@@ -36,7 +36,8 @@ initialize(controller => {
)
app.server.listen(process.env.PORT || 4040, () => {
console.log(`Started on port ${app.server.address().port}`)
console.log('===========================================')
console.log(`Server running on port ${app.server.address().port}`)
})
})