coinpusher
Version:
real-time cryptocurrency course prediction with charts front-end
18 lines • 640 B
HTML
<html>
<head>
<title>Performance</title>
<link href="style/app.css" type="stylesheet" />
</head>
<body>
<span>It might take a while until data is present, depening on the runtime of the backend process ~ 12 minutes.</span>
<main id="main">
<!-- graphs will be added here -->
</main>
<script src="lib/plotly.min.js"></script>
<script src="lib/moment.min.js"></script>
<script src="script/Plotter.js"></script>
<script src="script/Stream.js"></script>
<script async src="script/performance.js"></script>
</body>
</html>