Skip to content

ruby-websites-all/Personal-Dash-Rails

 
 

Repository files navigation

Personal Dash: your Daily Overview

screen shot 2017-07-12 at 10 06 06 am

Current Features include:

  1. Current Time.
  2. Current Weather.
  3. News from Selected aggregate(s) BBC news (default).
  4. Daily How to Article.
  5. Quote of the day.
  6. Traffic status between home and work adress.
## Future Features include: 1) Ability to customize weather city. 2) UI for changing news source. 3) Add additional Boxes or remove unwanted Boxes. 4) Allow More start coord and destination coords. 5) Allow start and destination to be reversable.

Installation (Macintosh Computer)

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;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.9%
  • HTML 15.1%
  • CSS 3.2%
  • JavaScript 2.5%
  • CoffeeScript 0.3%