loop23 / sparazk

A reissue of the old sparaconcetti, this time in node(express) + mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SparaZK

This is a reissue of the old SparaConcetti, made for some friends at ZK squat.

The old one used to run on windows, this one is client/server, with the client being a modern browser, and the server a express nodejs app that talks to a mongo backend to save sessions.

Usage is displayed on page load, a live instance is at http://sparazk.herokuapp.com; The code is configured to read environment variables (a .env file in development) with MONGODB_URI (and a PORT for local running). It runs happily on heroku once you have your own MONGODB_URI - sandbox is fine!

When you load the homepage, it redirects to a random unguessable room; When you load files into it, it uploads them to the server. You can then share the url and the next person who loads it will see what you see. This is useful for love letters and such.

The software is licenced under the terms of the "GPL-2.0+"

Author

loop, loop23@gmail.com / https://github.com/loop23

About

A reissue of the old sparaconcetti, this time in node(express) + mongodb


Languages

Language:JavaScript 98.1%Language:Pug 1.4%Language:CSS 0.4%Language:Procfile 0.0%