A diary app on Blockstack.
Installation is not necessary to use this app, but you can do so:
git clone https://github.com/artusvranken/BlockDiary
cd BlockDiary
npm install
You can use the app here, but you can also serve the app locally by using:
node server.js
And navigating to localhost:3000.
Serving the app locally does not work as of yet.