UNPKG
askew
Version:
latest (0.0.1)
0.0.1
A twisty puzzle timer website.
github.com/aehmlo/askew
aehmlo/askew
askew
/
index.js
9 lines
(6 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
koa =
require
(
"koa"
);
var
app =
koa
(); app.
use
(
function
*() {
this
.
body
=
"Hello, cubers of the world!"
; });
module
.
exports
= app;