Skip to content

Instantly share code, notes, and snippets.

@stuartpb
Created February 25, 2015 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stuartpb/73731d5de194ad67afb8 to your computer and use it in GitHub Desktop.
Save stuartpb/73731d5de194ad67afb8 to your computer and use it in GitHub Desktop.
The page used to quickly spin up some comments in the AngelHack latertime demo
<!DOCTYPE html>
<html>
<head>
<title>laterti.me test data spammer</title>
</head>
<body>
<script src='/primus/primus.js'></script>
<script src='/stream.js'></script>
<script>
var messages = [
{
time: 6,
body: "wow",
user: "sinahab",
date: 1400365286166
},
{
time: 8,
body: "such mountain",
user: "sinahab",
date: 1400365328554
},
{
body: 'many dagron',
time: 26,
date: 1400365176182,
user: 'stuartpb'
},
];
</script>
<script src='/commenting.js'></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment