Giter VIP home page Giter VIP logo

dayjot's Introduction

  An alternative to OhLife https://dayjot.com.

What is it?

DayJot is a simple, private journaling app. It's built to provide many features that were included in the (now defunct) OhLife journaling app. The hosted version of DayJot will be run forever, and can be found at https://dayjot.com. As long as there is a single user paying $1/month, it will remain online.

What does it do?

  • It emails you reminders, and allows you to customize exactly when these are sent.
  • It accepts posts by email. Simply reply to a reminder email with your entry and it will be created.
  • Included in each reminder email is an old entry, to remind you of that memory from last year, last month, or last week.
  • Powerful search by term and/or month makes it easy to find that long lost memory.
  • Enjoy multiple, beautiful ways to browse your journal. Skip to random entries, view by month, and more.
  • OhLife importer. The perfect OhLife replacement, built to last. Easily import your OhLife entries.
  • 1-Click export of all of your entries.
  • It supports markdown formatting in entries and entry reminders.

How do I use it?

The easiest way is to sign-up at https://dayjot.com ;).

To get it running on your own machine, here's what you need to know:

Stack

Requirements

  1. Node 0.10.x (http://nodejs.org/)
  2. Ember CLI
  • npm install -g ember-cli
  1. Bower
  • npm install -g bower
  1. Ruby 2.1.4
  • I recommend instally and managing Ruby with RVM (http://rvm.io/). DayJot is setup to use RVM.
  1. PostgreSQL

Running DayJot

1 Install the requirements listed above.
2 Fork this repository, and clone it to your machine.
3 Change into the dayjot/ember directory. Then run:

bower install
npm install

4 Change into the dayjot/rails directory.
6 Copy config/application.example.yml to config/application.yml, and fill in anything you want. The only required fields are DB_USERNAME and DB_PASSWORD. Then run:

bundle install
rake db:create
rake db:migrate
foreman start -f Procfile.local

7 Visit http://localhost:3000/ in your browser and you should be all set!

How do I Contribute?

Gee I'm so glad you asked that, great question!

  1. Fork it.
  2. Hack it.
  3. Test it.
  • Rails tests are scaffolded and can be run from within the rails directory with the command "rspec".
  • Ember tests have not been setup yet.
  • There are very limited tests right now. More on this below.
  1. Send a pull request.

The biggest issue right now is that there are no tests (for the Ember or Rails parts of the project). Coincidentally, writing tests is one of the best ways to familiarize oneself with a new codebase. I would be very grateful to anybody who's up for writing tests for this project. In fact, for anybody who submits a PR with one or more tests (one is fine!), I'll set you up on DayJot.com for free, for life.

Contact

Please direct any questions, concerns, or general chat to [email protected]. I'm also available on Twitter at @marbemac.

License

DayJot is released under the GNU V2 License.

dayjot's People

Contributors

ericr avatar andrewobrien avatar

Watchers

Binoy Michael avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.