| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Rdayone is a simple Ruby library for accessing Day One journals.
Add this line to your application's Gemfile:
gem 'rdayone'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rdayone
require "rdayone"
journal = Rdayone::Journal.new("/path/to/Journal.dayone")
journal.entries # An Enumerable array like object that contains all your entries1.8.7, 1.9.2, rbx and jruby
| Back | FazBrowse Home | New Git URL |