https://github.com/toastdriven/whisper
A toy micro-blog built on Node.js & Postgres.
https://github.com/toastdriven/whisper
Last synced: 7 months ago
JSON representation
A toy micro-blog built on Node.js & Postgres.
- Host: GitHub
- URL: https://github.com/toastdriven/whisper
- Owner: toastdriven
- License: bsd-3-clause
- Created: 2010-07-31T05:47:13.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-08-02T01:54:36.000Z (almost 16 years ago)
- Last Synced: 2025-06-07T16:54:58.168Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 97.7 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
=======
whisper
=======
A toy micro-blog built on top of Node.js & Postgres.
Don't take it too seriously because I sure don't.
If you choose to use it and put it in production, remember to change the
``SECRET_PASSWORD`` variable in ``whisper.js`` to something new and secret.
License is BSD.
Requirements
============
* node.js v0.1.102+ (http://github.com/ry/node)
* Postgres v8.4+
* The ``postgres`` adapter for node (easiest to install via npm)
* The ``mustache.js`` library - http://github.com/janl/mustache.js.git