diff options
| -rw-r--r-- | README.md | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/README.md b/README.md new file mode 100644 index 0000000..8f7ea74 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +Fancy Bear +========== + +Smart email sorting. + + +## Installing +Run `bundle install` + +To start the server run `bundle exec rackup` + + +## Environment Variables +* Context.IO + +		export CONTEXTIO_API_KEY='key' +		export CONTEXTIO_API_SECRET='secret' + | 
