Added a print queue and rate limiting for the API

This commit is contained in:
plane000
2018-07-19 14:35:45 +01:00
parent 436e5726b1
commit 566c7fb0ad
7 changed files with 85 additions and 14 deletions

View File

@@ -8,9 +8,10 @@
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
</head>
<body>
<input class="input" id="name" type="text" placeholder="To Print">
<input class="input" id="name" type="text" placeholder="Name">
<input class="input1" id="coords" type="text" placeholder="Your coordinates (lat,long)">
<input class="update" id="update" type="submit" value="Submit" onclick="print();">
<script src="main.js"></script>
<div class="serverResponse" id="response"></div>
</body>
</html>