Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hikari-no-yume/hugbook

facebook except with hugs
https://github.com/hikari-no-yume/hugbook

Last synced: 17 days ago
JSON representation

facebook except with hugs

Awesome Lists containing this project

README

        

What's hugbook
==============

facebook except with hugs

Setup
-----

Make a `config.json` file in `/server`:

{
"cookie_secret": "(secret guarding cookies here)",
"email_secret": "(secret used to salt email hash here)",
"origin": "http://localhost:8000",
"port": 8000,
"hug_timeout_english": "10 minutes",
"hug_timeout_seconds": 600
}