Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerico/dayone-web-js
Day One journal web view
https://github.com/jerico/dayone-web-js
Last synced: 2 months ago
JSON representation
Day One journal web view
- Host: GitHub
- URL: https://github.com/jerico/dayone-web-js
- Owner: jerico
- Created: 2014-07-31T05:23:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-31T05:34:15.000Z (over 10 years ago)
- Last Synced: 2024-08-01T21:45:10.399Z (5 months ago)
- Language: CSS
- Size: 301 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- project-awesome - jerico/dayone-web-js - Day One journal web view (CSS)
README
# dayone-web-js
A reimplementation of Day One iOS interface for the web.
The idea is I can fire up a commandline app and view my journal in the browser.
There will be a different ways of filtering the content:
- Showing the last 7 days
- Showing what happened years ago today
- By tag
- By length of entry
- Morning or night time
- EtcFront-page will be like a dashboard that you can pin different views.
At it's current state, it's just a proof-of-concept. It just currently reads Journal.dayone on the same directory.
Implemented using:
- [nedb](https://github.com/louischatriot/nedb)
- [express](https://github.com/strongloop/expressjs.com)
- [plist-parser](https://github.com/jacobbudin/plist-parser)