Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hikari-no-yume/hugbook
- Owner: hikari-no-yume
- License: other
- Created: 2013-08-02T01:51:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-02T18:04:25.000Z (over 11 years ago)
- Last Synced: 2024-04-15T11:39:21.091Z (9 months ago)
- Language: JavaScript
- Homepage: http://hugbook.ajf.me/
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
}