-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
26 lines (17 loc) · 801 Bytes
/
README
File metadata and controls
26 lines (17 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
== Three Things
Three things is a personal daily task manager.
Think of it as a place to track "What do I need to do today to consider today a success?", not to track everything you have to do.
Three things are not overwhelming. Three things are doable. Get started now!
== Installation
* Install gem dependencies
bundle install
* Create Facebook app to authenticate against at http://developers.facebook.com/
* Update secret environment variable file (Facebook key/secret found in )
echo "export THREETHINGS_SECRET_KEY_BASE="`rake secret` > threethings.env
echo "export THREETHINGS_APP_ID=" >> threethings.env
echo "export THREETHINGS_APP_SECRET=" >> threethings.env
. threethings.env
== Contact
Brian Temple <brian@briantemple.com>
== License
Three Things is released under the MIT license.