[READ-ONLY] Mirror of https://github.com/probablykasper/cryp. Cryptocurrency portfolio tracker (unfinished)
0

Configure Feed

Select the types of activity you want to include in your feed.

Revert "Setup (taken from Cryp)"

This reverts commit 62d9927e19179179bbdb7c7dcde9a00df3d97d07.

KH (Feb 23, 2018, 11:26 PM +0100) 0b00d0e1 62d9927e

+15
web/node/exchange-import.js

This is a binary file and will not be displayed.

+15
web/server.js
··· 23 23 console.log(); 24 24 }); 25 25 26 + // const httpApp = express(); 27 + // 28 + // httpApp.use("/", require("redirect-https"))({ 29 + // body: "<!-- Please use HTTPS instead. That's a \"you don't have a choice\", not a \"please\". -->" 30 + // }); 31 + // 32 + // httpApp.get("/", function (req, res) { 33 + // console.log("user http"); 34 + // res.send("You found the HTTP server"); 35 + // }); 36 + // 37 + // require("http").createServer(httpApp).listen(80, () => { 38 + // console.log("httpApp listening on port "+80); 39 + // }); 40 + 26 41 })(); 27 42 28 43 // https