https://github.com/danielearwicker/bitstupid
The ultimate in minimal personal status sharing
https://github.com/danielearwicker/bitstupid
Last synced: 24 days ago
JSON representation
The ultimate in minimal personal status sharing
- Host: GitHub
- URL: https://github.com/danielearwicker/bitstupid
- Owner: danielearwicker
- License: mit
- Created: 2013-08-23T16:06:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-09-13T12:52:29.000Z (over 11 years ago)
- Last Synced: 2025-07-03T15:12:19.894Z (11 months ago)
- Language: JavaScript
- Size: 492 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
See semi-explanatory blogpost at:
http://smellegantcode.wordpress.com/2014/06/25/implementing-a-minimal-social-network-in-node-with-generators-and-thunks/
Note: it requires a JSON config file in the parent directory, that is:
var config = require('../bitstupid-config.json');
In this it only expects to find a Janrain API key:
config.janrain.apiKey
This is needed to handle logins.