Fadeaway is a web app to keep close friends from fading away. It tracks the time since you've last contacted your friends and shows you colorfully, while providing basic address book functionality.
- Basic address book functionality for various contact methods.
- Tracks time since last contact and informs through colors.
- Facebook integration
- Secure login
- Color customization
- Clone the repo
- Install dependencies with
bundle install
- Create the database with
rake db:create db:migrate
(you will need to have postgres installed) - Run this app with shotgun