/plogging

Personal logging

Primary LanguageJavaScriptMIT LicenseMIT

A personal logging platform. See the motivation and strategy posts for more about the program at a high level.

To run:

npm install
./run

Depends on git (unless you manually get the node-bunyan source and put it in the "node-bunyan" directory), node, and npm.

By default, this listens on port 3000. If you need to change that, look at the "listen()" line of index.js.

Bugs or feature suggestions should go in the Github issue tracker.

TODO

[x] convert all prototypes to class notation [ ] convert all multi-line strings to backtick notation [ ] add a decent theme [ ] make it easier to add modifiers [ ] determine which words are subject modifier object, automatically? [ ] more robust solution than bunyan [ ] deploy as webapp [ ] package as electron app?