- Current Time.
- Current Weather.
- News from Selected aggregate(s) BBC news (default).
- Daily How to Article.
- Quote of the day.
- Traffic status between home and work adress.
Prerequisites: rvm or rbenv installed.
git clone https://github.com/PersonalDashboard/Personal-Dash-Rails.git;
cd Personal-Dash-Rails;
brew install [email protected];
echo 'export PATH="$(brew --prefix [email protected])/bin:$PATH"' >> ~/.bashrc;
brew link --force [email protected];
bundle install;
rake db:create;
rake db:migrate;
rails s;